Shades of Dark Orchid #9E37D0
Tints of Dark Orchid #9E37D0
RGB
CMYK
RGB Variations
Color information
#9E37D0 (or 0x9E37D0) is known color: Dark Orchid. HEX triplet: 9E, 37 and D0. RGB value is (158,55,208). Sum of RGB (Red+Green+Blue) = 158+55+208=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E37D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E37D0 is #61C82F. Grayscale: #666666. Windows color (decimal): -6408240 or 13645726. OLE color: 13645726.
HSL color Cylindrical-coordinate representation of color #9E37D0: hue angle of 280.39º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E37D0 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 55 | 208 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.18 |
| HSL | 280.39º | 0.62% | 0.52% | - |
| HSV(B) | 280.39º | 0.74% | 0.82% | - |
| XYZ | 26.85 | 14.56 | 61.07 | - |
| YUV | 103.24 | 187.12 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 208 | 0.24 | 0.74 | 0 | 0.18 | 280.39 | 0.62 | 0.52 |
| Hex | 9E | 37 | D0 | 18 | 4A | 0 | 12 | 118 | 3E | 34 |
| Octal | 236 | 67 | 320 | 30 | 112 | 0 | 22 | 430 | 76 | 64 |
| Binary | 10011110 | 110111 | 11010000 | 11000 | 1001010 | 0 | 10010 | 100011000 | 111110 | 110100 |
Color Harmonies of #9E37D0
Complementary color
Monochromatic Colors of #9E37D0
Black with #9E37D0
Text Example
Text Example
White with #9E37D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E37D0; }
p { color: rgb(158,55,208); }
H1.HeaderClassName
{
color: #9E37D0;
}
.AnyTagClassName
{
color: #9E37D0;
}
</style>
background-color css
<style>
a { background-color: #9E37D0; }
a { background-color: rgb(158,55,208); }
div.DivClassName
{
background-color: #9E37D0;
}
.BgClassName
{
background-color: #9E37D0;
}
</style>
border-color css
<style>
span { border-color: #9E37D0; }
span { border-color: rgb(158,55,208); }
td.TdClassName
{
border-color: #9E37D0;
}
.TagClassName
{
border-color: #9E37D0;
}
</style>