#9D26BE

Color #9D26BE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9D26BE

Tints of Dark Orchid #9D26BE

Color information

#9D26BE (or 0x9D26BE) is unknown color: approx Dark Orchid. HEX triplet: 9D, 26 and BE. RGB value is (157,38,190). Sum of RGB (Red+Green+Blue) = 157+38+190=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D26BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D26BE is #62D941. Grayscale: #5A5A5A. Windows color (decimal): -6478146 or 12461725. OLE color: 12461725.

HSL color Cylindrical-coordinate representation of color #9D26BE: hue angle of 286.97º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D26BE is Cyan = 0.17, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15738190-
CMYK0.170.800.25
HSL286.97º66.67%44.71%-
HSV(B)286.97º80%74.51%-
XYZ23.8912.2749.82-
YUV90.91183.92175.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 38 (15.23% from 255) = 9.87%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=40.78%
G=9.87%
B=49.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157381900.170.800.25286.9766.6744.71
Hex9D26BE115001911f432d
Octal235462762112003143710355
Binary10011101100110101111101000110100000110011000111111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D26BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D26BE; }

 p { color: rgb(157,38,190); }

 H1.HeaderClassName
 {
   color: #9D26BE;
 }
 .AnyTagClassName
 {
   color: #9D26BE;
 }
</style>
background-color css

<style>
 a { background-color: #9D26BE; }

 a { background-color: rgb(157,38,190); }

 div.DivClassName
 {
   background-color: #9D26BE;
 }
 .BgClassName
 {
   background-color: #9D26BE;
 }
</style>
border-color css

<style>
 span { border-color: #9D26BE; }

 span { border-color: rgb(157,38,190); }

 td.TdClassName
 {
   border-color: #9D26BE;
 }
 .TagClassName
 {
   border-color: #9D26BE;
 }
</style>