Shades of Dark Orchid #9E40CD
Tints of Dark Orchid #9E40CD
RGB
CMYK
RGB Variations
Color information
#9E40CD (or 0x9E40CD) is known color: Dark Orchid. HEX triplet: 9E, 40 and CD. RGB value is (158,64,205). Sum of RGB (Red+Green+Blue) = 158+64+205=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E40CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E40CD is #61BF32. Grayscale: #6B6B6B. Windows color (decimal): -6405939 or 13451422. OLE color: 13451422.
HSL color Cylindrical-coordinate representation of color #9E40CD: hue angle of 280º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E40CD is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 64 | 205 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.20 |
| HSL | 280º | 0.59% | 0.53% | - |
| HSV(B) | 280º | 0.69% | 0.8% | - |
| XYZ | 26.95 | 15.34 | 59.3 | - |
| YUV | 108.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 64 | 205 | 0.23 | 0.69 | 0 | 0.20 | 280 | 0.59 | 0.53 |
| Hex | 9E | 40 | CD | 17 | 45 | 0 | 14 | 118 | 3B | 35 |
| Octal | 236 | 100 | 315 | 27 | 105 | 0 | 24 | 430 | 73 | 65 |
| Binary | 10011110 | 1000000 | 11001101 | 10111 | 1000101 | 0 | 10100 | 100011000 | 111011 | 110101 |
Color Harmonies of #9E40CD
Complementary color
Monochromatic Colors of #9E40CD
Black with #9E40CD
Text Example
Text Example
White with #9E40CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E40CD; }
p { color: rgb(158,64,205); }
H1.HeaderClassName
{
color: #9E40CD;
}
.AnyTagClassName
{
color: #9E40CD;
}
</style>
background-color css
<style>
a { background-color: #9E40CD; }
a { background-color: rgb(158,64,205); }
div.DivClassName
{
background-color: #9E40CD;
}
.BgClassName
{
background-color: #9E40CD;
}
</style>
border-color css
<style>
span { border-color: #9E40CD; }
span { border-color: rgb(158,64,205); }
td.TdClassName
{
border-color: #9E40CD;
}
.TagClassName
{
border-color: #9E40CD;
}
</style>