Shades of Dark Orchid #9E17BD
Tints of Dark Orchid #9E17BD
RGB
CMYK
RGB Variations
Color information
#9E17BD (or 0x9E17BD) is known color: Dark Orchid. HEX triplet: 9E, 17 and BD. RGB value is (158,23,189). Sum of RGB (Red+Green+Blue) = 158+23+189=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E17BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E17BD is #61E842. Grayscale: #515151. Windows color (decimal): -6416451 or 12392350. OLE color: 12392350.
HSL color Cylindrical-coordinate representation of color #9E17BD: hue angle of 288.8º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E17BD is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 23 | 189 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.26 |
| HSL | 288.8º | 0.78% | 0.42% | - |
| HSV(B) | 288.8º | 0.88% | 0.74% | - |
| XYZ | 23.59 | 11.56 | 49.13 | - |
| YUV | 82.29 | 188.23 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 189 | 0.16 | 0.88 | 0 | 0.26 | 288.8 | 0.78 | 0.42 |
| Hex | 9E | 17 | BD | 10 | 58 | 0 | 1A | 121 | 4E | 2A |
| Octal | 236 | 27 | 275 | 20 | 130 | 0 | 32 | 441 | 116 | 52 |
| Binary | 10011110 | 10111 | 10111101 | 10000 | 1011000 | 0 | 11010 | 100100001 | 1001110 | 101010 |
Color Harmonies of #9E17BD
Complementary color
Monochromatic Colors of #9E17BD
Black with #9E17BD
Text Example
Text Example
White with #9E17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E17BD; }
p { color: rgb(158,23,189); }
H1.HeaderClassName
{
color: #9E17BD;
}
.AnyTagClassName
{
color: #9E17BD;
}
</style>
background-color css
<style>
a { background-color: #9E17BD; }
a { background-color: rgb(158,23,189); }
div.DivClassName
{
background-color: #9E17BD;
}
.BgClassName
{
background-color: #9E17BD;
}
</style>
border-color css
<style>
span { border-color: #9E17BD; }
span { border-color: rgb(158,23,189); }
td.TdClassName
{
border-color: #9E17BD;
}
.TagClassName
{
border-color: #9E17BD;
}
</style>