Shades of Dark Orchid #9E40CE
Tints of Dark Orchid #9E40CE
RGB
CMYK
RGB Variations
Color information
#9E40CE (or 0x9E40CE) is known color: Dark Orchid. HEX triplet: 9E, 40 and CE. RGB value is (158,64,206). Sum of RGB (Red+Green+Blue) = 158+64+206=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E40CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E40CE is #61BF31. Grayscale: #6B6B6B. Windows color (decimal): -6405938 or 13516958. OLE color: 13516958.
HSL color Cylindrical-coordinate representation of color #9E40CE: hue angle of 279.72º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E40CE is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 64 | 206 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.19 |
| HSL | 279.72º | 0.59% | 0.53% | - |
| HSV(B) | 279.72º | 0.69% | 0.81% | - |
| XYZ | 27.07 | 15.39 | 59.94 | - |
| YUV | 108.29 | 183.14 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 206 | 0.23 | 0.69 | 0 | 0.19 | 279.72 | 0.59 | 0.53 |
| Hex | 9E | 40 | CE | 17 | 45 | 0 | 13 | 118 | 3B | 35 |
| Octal | 236 | 100 | 316 | 27 | 105 | 0 | 23 | 430 | 73 | 65 |
| Binary | 10011110 | 1000000 | 11001110 | 10111 | 1000101 | 0 | 10011 | 100011000 | 111011 | 110101 |
Color Harmonies of #9E40CE
Complementary color
Monochromatic Colors of #9E40CE
Black with #9E40CE
Text Example
Text Example
White with #9E40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E40CE; }
p { color: rgb(158,64,206); }
H1.HeaderClassName
{
color: #9E40CE;
}
.AnyTagClassName
{
color: #9E40CE;
}
</style>
background-color css
<style>
a { background-color: #9E40CE; }
a { background-color: rgb(158,64,206); }
div.DivClassName
{
background-color: #9E40CE;
}
.BgClassName
{
background-color: #9E40CE;
}
</style>
border-color css
<style>
span { border-color: #9E40CE; }
span { border-color: rgb(158,64,206); }
td.TdClassName
{
border-color: #9E40CE;
}
.TagClassName
{
border-color: #9E40CE;
}
</style>