Shades of Dark Orchid #9E29DD
Tints of Dark Orchid #9E29DD
RGB
CMYK
RGB Variations
Color information
#9E29DD (or 0x9E29DD) is known color: Dark Orchid. HEX triplet: 9E, 29 and DD. RGB value is (158,41,221). Sum of RGB (Red+Green+Blue) = 158+41+221=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E29DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E29DD is #61D622. Grayscale: #5F5F5F. Windows color (decimal): -6411811 or 14494110. OLE color: 14494110.
HSL color Cylindrical-coordinate representation of color #9E29DD: hue angle of 279º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E29DD is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 41 | 221 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.13 |
| HSL | 279º | 0.73% | 0.51% | - |
| HSV(B) | 279º | 0.81% | 0.87% | - |
| XYZ | 27.94 | 14.08 | 69.65 | - |
| YUV | 96.5 | 198.26 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 221 | 0.29 | 0.81 | 0 | 0.13 | 279 | 0.73 | 0.51 |
| Hex | 9E | 29 | DD | 1D | 51 | 0 | D | 117 | 49 | 33 |
| Octal | 236 | 51 | 335 | 35 | 121 | 0 | 15 | 427 | 111 | 63 |
| Binary | 10011110 | 101001 | 11011101 | 11101 | 1010001 | 0 | 1101 | 100010111 | 1001001 | 110011 |
Color Harmonies of #9E29DD
Complementary color
Monochromatic Colors of #9E29DD
Black with #9E29DD
Text Example
Text Example
White with #9E29DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E29DD; }
p { color: rgb(158,41,221); }
H1.HeaderClassName
{
color: #9E29DD;
}
.AnyTagClassName
{
color: #9E29DD;
}
</style>
background-color css
<style>
a { background-color: #9E29DD; }
a { background-color: rgb(158,41,221); }
div.DivClassName
{
background-color: #9E29DD;
}
.BgClassName
{
background-color: #9E29DD;
}
</style>
border-color css
<style>
span { border-color: #9E29DD; }
span { border-color: rgb(158,41,221); }
td.TdClassName
{
border-color: #9E29DD;
}
.TagClassName
{
border-color: #9E29DD;
}
</style>