Shades of Dark Orchid #9E36B7
Tints of Dark Orchid #9E36B7
RGB
CMYK
RGB Variations
Color information
#9E36B7 (or 0x9E36B7) is known color: Dark Orchid. HEX triplet: 9E, 36 and B7. RGB value is (158,54,183). Sum of RGB (Red+Green+Blue) = 158+54+183=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #9E36B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E36B7 is #61C948. Grayscale: #636363. Windows color (decimal): -6408521 or 12007070. OLE color: 12007070.
HSL color Cylindrical-coordinate representation of color #9E36B7: hue angle of 288.37º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E36B7 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 158 | 54 | 183 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.28 |
| HSL | 288.37º | 0.54% | 0.46% | - |
| HSV(B) | 288.37º | 0.7% | 0.72% | - |
| XYZ | 23.97 | 13.33 | 46.11 | - |
| YUV | 99.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 54 | 183 | 0.14 | 0.70 | 0 | 0.28 | 288.37 | 0.54 | 0.46 |
| Hex | 9E | 36 | B7 | E | 46 | 0 | 1C | 120 | 36 | 2E |
| Octal | 236 | 66 | 267 | 16 | 106 | 0 | 34 | 440 | 66 | 56 |
| Binary | 10011110 | 110110 | 10110111 | 1110 | 1000110 | 0 | 11100 | 100100000 | 110110 | 101110 |
Color Harmonies of #9E36B7
Complementary color
Monochromatic Colors of #9E36B7
Black with #9E36B7
Text Example
Text Example
White with #9E36B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E36B7; }
p { color: rgb(158,54,183); }
H1.HeaderClassName
{
color: #9E36B7;
}
.AnyTagClassName
{
color: #9E36B7;
}
</style>
background-color css
<style>
a { background-color: #9E36B7; }
a { background-color: rgb(158,54,183); }
div.DivClassName
{
background-color: #9E36B7;
}
.BgClassName
{
background-color: #9E36B7;
}
</style>
border-color css
<style>
span { border-color: #9E36B7; }
span { border-color: rgb(158,54,183); }
td.TdClassName
{
border-color: #9E36B7;
}
.TagClassName
{
border-color: #9E36B7;
}
</style>