Shades of Dark Orchid #9E22CE
Tints of Dark Orchid #9E22CE
RGB
CMYK
RGB Variations
Color information
#9E22CE (or 0x9E22CE) is known color: Dark Orchid. HEX triplet: 9E, 22 and CE. RGB value is (158,34,206). Sum of RGB (Red+Green+Blue) = 158+34+206=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E22CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E22CE is #61DD31. Grayscale: #5A5A5A. Windows color (decimal): -6413618 or 13509278. OLE color: 13509278.
HSL color Cylindrical-coordinate representation of color #9E22CE: hue angle of 283.26º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E22CE is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 34 | 206 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.19 |
| HSL | 283.26º | 0.72% | 0.47% | - |
| HSV(B) | 283.26º | 0.83% | 0.81% | - |
| XYZ | 25.81 | 12.87 | 59.52 | - |
| YUV | 90.68 | 193.08 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 206 | 0.23 | 0.83 | 0 | 0.19 | 283.26 | 0.72 | 0.47 |
| Hex | 9E | 22 | CE | 17 | 53 | 0 | 13 | 11B | 48 | 2F |
| Octal | 236 | 42 | 316 | 27 | 123 | 0 | 23 | 433 | 110 | 57 |
| Binary | 10011110 | 100010 | 11001110 | 10111 | 1010011 | 0 | 10011 | 100011011 | 1001000 | 101111 |
Color Harmonies of #9E22CE
Complementary color
Monochromatic Colors of #9E22CE
Black with #9E22CE
Text Example
Text Example
White with #9E22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E22CE; }
p { color: rgb(158,34,206); }
H1.HeaderClassName
{
color: #9E22CE;
}
.AnyTagClassName
{
color: #9E22CE;
}
</style>
background-color css
<style>
a { background-color: #9E22CE; }
a { background-color: rgb(158,34,206); }
div.DivClassName
{
background-color: #9E22CE;
}
.BgClassName
{
background-color: #9E22CE;
}
</style>
border-color css
<style>
span { border-color: #9E22CE; }
span { border-color: rgb(158,34,206); }
td.TdClassName
{
border-color: #9E22CE;
}
.TagClassName
{
border-color: #9E22CE;
}
</style>