Shades of Dark Orchid #9E36DD
Tints of Dark Orchid #9E36DD
RGB
CMYK
RGB Variations
Color information
#9E36DD (or 0x9E36DD) is known color: Dark Orchid. HEX triplet: 9E, 36 and DD. RGB value is (158,54,221). Sum of RGB (Red+Green+Blue) = 158+54+221=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E36DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E36DD is #61C922. Grayscale: #676767. Windows color (decimal): -6408483 or 14497438. OLE color: 14497438.
HSL color Cylindrical-coordinate representation of color #9E36DD: hue angle of 277.37º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E36DD is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 54 | 221 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.13 |
| HSL | 277.37º | 0.71% | 0.54% | - |
| HSV(B) | 277.37º | 0.76% | 0.87% | - |
| XYZ | 28.47 | 15.13 | 69.83 | - |
| YUV | 104.13 | 193.96 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 221 | 0.29 | 0.76 | 0 | 0.13 | 277.37 | 0.71 | 0.54 |
| Hex | 9E | 36 | DD | 1D | 4C | 0 | D | 115 | 47 | 36 |
| Octal | 236 | 66 | 335 | 35 | 114 | 0 | 15 | 425 | 107 | 66 |
| Binary | 10011110 | 110110 | 11011101 | 11101 | 1001100 | 0 | 1101 | 100010101 | 1000111 | 110110 |
Color Harmonies of #9E36DD
Complementary color
Monochromatic Colors of #9E36DD
Black with #9E36DD
Text Example
Text Example
White with #9E36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E36DD; }
p { color: rgb(158,54,221); }
H1.HeaderClassName
{
color: #9E36DD;
}
.AnyTagClassName
{
color: #9E36DD;
}
</style>
background-color css
<style>
a { background-color: #9E36DD; }
a { background-color: rgb(158,54,221); }
div.DivClassName
{
background-color: #9E36DD;
}
.BgClassName
{
background-color: #9E36DD;
}
</style>
border-color css
<style>
span { border-color: #9E36DD; }
span { border-color: rgb(158,54,221); }
td.TdClassName
{
border-color: #9E36DD;
}
.TagClassName
{
border-color: #9E36DD;
}
</style>