Shades of Dark Orchid #9E40D0
Tints of Dark Orchid #9E40D0
RGB
CMYK
RGB Variations
Color information
#9E40D0 (or 0x9E40D0) is known color: Dark Orchid. HEX triplet: 9E, 40 and D0. RGB value is (158,64,208). Sum of RGB (Red+Green+Blue) = 158+64+208=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E40D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E40D0 is #61BF2F. Grayscale: #6C6C6C. Windows color (decimal): -6405936 or 13648030. OLE color: 13648030.
HSL color Cylindrical-coordinate representation of color #9E40D0: hue angle of 279.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E40D0 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 64 | 208 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.18 |
| HSL | 279.17º | 0.61% | 0.53% | - |
| HSV(B) | 279.17º | 0.69% | 0.82% | - |
| XYZ | 27.32 | 15.49 | 61.22 | - |
| YUV | 108.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 208 | 0.24 | 0.69 | 0 | 0.18 | 279.17 | 0.61 | 0.53 |
| Hex | 9E | 40 | D0 | 18 | 45 | 0 | 12 | 117 | 3D | 35 |
| Octal | 236 | 100 | 320 | 30 | 105 | 0 | 22 | 427 | 75 | 65 |
| Binary | 10011110 | 1000000 | 11010000 | 11000 | 1000101 | 0 | 10010 | 100010111 | 111101 | 110101 |
Color Harmonies of #9E40D0
Complementary color
Monochromatic Colors of #9E40D0
Black with #9E40D0
Text Example
Text Example
White with #9E40D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E40D0; }
p { color: rgb(158,64,208); }
H1.HeaderClassName
{
color: #9E40D0;
}
.AnyTagClassName
{
color: #9E40D0;
}
</style>
background-color css
<style>
a { background-color: #9E40D0; }
a { background-color: rgb(158,64,208); }
div.DivClassName
{
background-color: #9E40D0;
}
.BgClassName
{
background-color: #9E40D0;
}
</style>
border-color css
<style>
span { border-color: #9E40D0; }
span { border-color: rgb(158,64,208); }
td.TdClassName
{
border-color: #9E40D0;
}
.TagClassName
{
border-color: #9E40D0;
}
</style>