#9E17B9

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

Shades of Dark Orchid #9E17B9

Tints of Dark Orchid #9E17B9

Color information

#9E17B9 (or 0x9E17B9) is unknown color: approx Dark Orchid. HEX triplet: 9E, 17 and B9. RGB value is (158,23,185). Sum of RGB (Red+Green+Blue) = 158+23+185=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #9E17B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E17B9 is #61E846. Grayscale: #515151. Windows color (decimal): -6416455 or 12130206. OLE color: 12130206.

HSL color Cylindrical-coordinate representation of color #9E17B9: hue angle of 290º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E17B9 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15823185-
CMYK0.150.8800.27
HSL290º77.88%40.78%-
HSV(B)290º87.57%72.55%-
XYZ23.1611.3846.88-
YUV81.83186.23182.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 23 (9.38% from 255) = 6.28%
BLUE value IS 185 (72.66% from 255) = 50.55%
R=43.17%
G=6.28%
B=50.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158231850.150.8800.2729077.8840.78
Hex9E17B9F5801B1224e29
Octal236272711713003344211651
Binary100111101011110111001111110110000110111001000101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E17B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,23,185); }

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

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

 a { background-color: rgb(158,23,185); }

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

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

 span { border-color: rgb(158,23,185); }

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