Shades of Dark Orchid #9E37DF
Tints of Dark Orchid #9E37DF
RGB
CMYK
RGB Variations
Color information
#9E37DF (or 0x9E37DF) is known color: Dark Orchid. HEX triplet: 9E, 37 and DF. RGB value is (158,55,223). Sum of RGB (Red+Green+Blue) = 158+55+223=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E37DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E37DF is #61C820. Grayscale: #686868. Windows color (decimal): -6408225 or 14628766. OLE color: 14628766.
HSL color Cylindrical-coordinate representation of color #9E37DF: hue angle of 276.79º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E37DF is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 55 | 223 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.13 |
| HSL | 276.79º | 0.72% | 0.55% | - |
| HSV(B) | 276.79º | 0.75% | 0.87% | - |
| XYZ | 28.79 | 15.33 | 71.25 | - |
| YUV | 104.95 | 194.62 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 223 | 0.29 | 0.75 | 0 | 0.13 | 276.79 | 0.72 | 0.55 |
| Hex | 9E | 37 | DF | 1D | 4B | 0 | D | 115 | 48 | 37 |
| Octal | 236 | 67 | 337 | 35 | 113 | 0 | 15 | 425 | 110 | 67 |
| Binary | 10011110 | 110111 | 11011111 | 11101 | 1001011 | 0 | 1101 | 100010101 | 1001000 | 110111 |
Color Harmonies of #9E37DF
Complementary color
Monochromatic Colors of #9E37DF
Black with #9E37DF
Text Example
Text Example
White with #9E37DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E37DF; }
p { color: rgb(158,55,223); }
H1.HeaderClassName
{
color: #9E37DF;
}
.AnyTagClassName
{
color: #9E37DF;
}
</style>
background-color css
<style>
a { background-color: #9E37DF; }
a { background-color: rgb(158,55,223); }
div.DivClassName
{
background-color: #9E37DF;
}
.BgClassName
{
background-color: #9E37DF;
}
</style>
border-color css
<style>
span { border-color: #9E37DF; }
span { border-color: rgb(158,55,223); }
td.TdClassName
{
border-color: #9E37DF;
}
.TagClassName
{
border-color: #9E37DF;
}
</style>