Shades of Dark Orchid #9E36B9
Tints of Dark Orchid #9E36B9
RGB
CMYK
RGB Variations
Color information
#9E36B9 (or 0x9E36B9) is known color: Dark Orchid. HEX triplet: 9E, 36 and B9. RGB value is (158,54,185). Sum of RGB (Red+Green+Blue) = 158+54+185=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #9E36B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E36B9 is #61C946. Grayscale: #636363. Windows color (decimal): -6408519 or 12138142. OLE color: 12138142.
HSL color Cylindrical-coordinate representation of color #9E36B9: hue angle of 287.63º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E36B9 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 54 | 185 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.27 |
| HSL | 287.63º | 0.55% | 0.47% | - |
| HSV(B) | 287.63º | 0.71% | 0.73% | - |
| XYZ | 24.18 | 13.41 | 47.21 | - |
| YUV | 100.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 185 | 0.15 | 0.71 | 0 | 0.27 | 287.63 | 0.55 | 0.47 |
| Hex | 9E | 36 | B9 | F | 47 | 0 | 1B | 120 | 37 | 2F |
| Octal | 236 | 66 | 271 | 17 | 107 | 0 | 33 | 440 | 67 | 57 |
| Binary | 10011110 | 110110 | 10111001 | 1111 | 1000111 | 0 | 11011 | 100100000 | 110111 | 101111 |
Color Harmonies of #9E36B9
Complementary color
Monochromatic Colors of #9E36B9
Black with #9E36B9
Text Example
Text Example
White with #9E36B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E36B9; }
p { color: rgb(158,54,185); }
H1.HeaderClassName
{
color: #9E36B9;
}
.AnyTagClassName
{
color: #9E36B9;
}
</style>
background-color css
<style>
a { background-color: #9E36B9; }
a { background-color: rgb(158,54,185); }
div.DivClassName
{
background-color: #9E36B9;
}
.BgClassName
{
background-color: #9E36B9;
}
</style>
border-color css
<style>
span { border-color: #9E36B9; }
span { border-color: rgb(158,54,185); }
td.TdClassName
{
border-color: #9E36B9;
}
.TagClassName
{
border-color: #9E36B9;
}
</style>