Shades of Dark Orchid #9E2ADD
Tints of Dark Orchid #9E2ADD
RGB
CMYK
RGB Variations
Color information
#9E2ADD (or 0x9E2ADD) is known color: Dark Orchid. HEX triplet: 9E, 2A and DD. RGB value is (158,42,221). Sum of RGB (Red+Green+Blue) = 158+42+221=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E2ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E2ADD is #61D522. Grayscale: #606060. Windows color (decimal): -6411555 or 14494366. OLE color: 14494366.
HSL color Cylindrical-coordinate representation of color #9E2ADD: hue angle of 278.88º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E2ADD is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 42 | 221 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.13 |
| HSL | 278.88º | 0.72% | 0.52% | - |
| HSV(B) | 278.88º | 0.81% | 0.87% | - |
| XYZ | 27.98 | 14.15 | 69.66 | - |
| YUV | 97.09 | 197.93 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 221 | 0.29 | 0.81 | 0 | 0.13 | 278.88 | 0.72 | 0.52 |
| Hex | 9E | 2A | DD | 1D | 51 | 0 | D | 117 | 48 | 34 |
| Octal | 236 | 52 | 335 | 35 | 121 | 0 | 15 | 427 | 110 | 64 |
| Binary | 10011110 | 101010 | 11011101 | 11101 | 1010001 | 0 | 1101 | 100010111 | 1001000 | 110100 |
Color Harmonies of #9E2ADD
Complementary color
Monochromatic Colors of #9E2ADD
Black with #9E2ADD
Text Example
Text Example
White with #9E2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2ADD; }
p { color: rgb(158,42,221); }
H1.HeaderClassName
{
color: #9E2ADD;
}
.AnyTagClassName
{
color: #9E2ADD;
}
</style>
background-color css
<style>
a { background-color: #9E2ADD; }
a { background-color: rgb(158,42,221); }
div.DivClassName
{
background-color: #9E2ADD;
}
.BgClassName
{
background-color: #9E2ADD;
}
</style>
border-color css
<style>
span { border-color: #9E2ADD; }
span { border-color: rgb(158,42,221); }
td.TdClassName
{
border-color: #9E2ADD;
}
.TagClassName
{
border-color: #9E2ADD;
}
</style>