Shades of Dark Orchid #9E37DC
Tints of Dark Orchid #9E37DC
RGB
CMYK
RGB Variations
Color information
#9E37DC (or 0x9E37DC) is known color: Dark Orchid. HEX triplet: 9E, 37 and DC. RGB value is (158,55,220). Sum of RGB (Red+Green+Blue) = 158+55+220=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E37DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E37DC is #61C823. Grayscale: #686868. Windows color (decimal): -6408228 or 14432158. OLE color: 14432158.
HSL color Cylindrical-coordinate representation of color #9E37DC: hue angle of 277.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E37DC is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 55 | 220 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.14 |
| HSL | 277.45º | 0.7% | 0.54% | - |
| HSV(B) | 277.45º | 0.75% | 0.86% | - |
| XYZ | 28.39 | 15.17 | 69.14 | - |
| YUV | 104.61 | 193.12 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 220 | 0.28 | 0.75 | 0 | 0.14 | 277.45 | 0.7 | 0.54 |
| Hex | 9E | 37 | DC | 1C | 4B | 0 | E | 115 | 46 | 36 |
| Octal | 236 | 67 | 334 | 34 | 113 | 0 | 16 | 425 | 106 | 66 |
| Binary | 10011110 | 110111 | 11011100 | 11100 | 1001011 | 0 | 1110 | 100010101 | 1000110 | 110110 |
Color Harmonies of #9E37DC
Complementary color
Monochromatic Colors of #9E37DC
Black with #9E37DC
Text Example
Text Example
White with #9E37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E37DC; }
p { color: rgb(158,55,220); }
H1.HeaderClassName
{
color: #9E37DC;
}
.AnyTagClassName
{
color: #9E37DC;
}
</style>
background-color css
<style>
a { background-color: #9E37DC; }
a { background-color: rgb(158,55,220); }
div.DivClassName
{
background-color: #9E37DC;
}
.BgClassName
{
background-color: #9E37DC;
}
</style>
border-color css
<style>
span { border-color: #9E37DC; }
span { border-color: rgb(158,55,220); }
td.TdClassName
{
border-color: #9E37DC;
}
.TagClassName
{
border-color: #9E37DC;
}
</style>