Shades of Dark Orchid #9E17B4
Tints of Dark Orchid #9E17B4
RGB
CMYK
RGB Variations
Color information
#9E17B4 (or 0x9E17B4) is known color: Dark Orchid. HEX triplet: 9E, 17 and B4. RGB value is (158,23,180). Sum of RGB (Red+Green+Blue) = 158+23+180=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E17B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E17B4 is #61E84B. Grayscale: #505050. Windows color (decimal): -6416460 or 11802526. OLE color: 11802526.
HSL color Cylindrical-coordinate representation of color #9E17B4: hue angle of 291.59º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E17B4 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 23 | 180 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.29 |
| HSL | 291.59º | 0.77% | 0.4% | - |
| HSV(B) | 291.59º | 0.87% | 0.71% | - |
| XYZ | 22.65 | 11.18 | 44.14 | - |
| YUV | 81.26 | 183.73 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 180 | 0.12 | 0.87 | 0 | 0.29 | 291.59 | 0.77 | 0.4 |
| Hex | 9E | 17 | B4 | C | 57 | 0 | 1D | 124 | 4D | 28 |
| Octal | 236 | 27 | 264 | 14 | 127 | 0 | 35 | 444 | 115 | 50 |
| Binary | 10011110 | 10111 | 10110100 | 1100 | 1010111 | 0 | 11101 | 100100100 | 1001101 | 101000 |
Color Harmonies of #9E17B4
Complementary color
Monochromatic Colors of #9E17B4
Black with #9E17B4
Text Example
Text Example
White with #9E17B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E17B4; }
p { color: rgb(158,23,180); }
H1.HeaderClassName
{
color: #9E17B4;
}
.AnyTagClassName
{
color: #9E17B4;
}
</style>
background-color css
<style>
a { background-color: #9E17B4; }
a { background-color: rgb(158,23,180); }
div.DivClassName
{
background-color: #9E17B4;
}
.BgClassName
{
background-color: #9E17B4;
}
</style>
border-color css
<style>
span { border-color: #9E17B4; }
span { border-color: rgb(158,23,180); }
td.TdClassName
{
border-color: #9E17B4;
}
.TagClassName
{
border-color: #9E17B4;
}
</style>