Shades of Dark Orchid #9E22AA
Tints of Dark Orchid #9E22AA
RGB
CMYK
RGB Variations
Color information
#9E22AA (or 0x9E22AA) is known color: Dark Orchid. HEX triplet: 9E, 22 and AA. RGB value is (158,34,170). Sum of RGB (Red+Green+Blue) = 158+34+170=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E22AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E22AA is #61DD55. Grayscale: #565656. Windows color (decimal): -6413654 or 11149982. OLE color: 11149982.
HSL color Cylindrical-coordinate representation of color #9E22AA: hue angle of 294.71º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E22AA is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 34 | 170 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.33 |
| HSL | 294.71º | 0.67% | 0.4% | - |
| HSV(B) | 294.71º | 0.8% | 0.67% | - |
| XYZ | 21.93 | 11.32 | 39.06 | - |
| YUV | 86.58 | 175.08 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 170 | 0.07 | 0.80 | 0 | 0.33 | 294.71 | 0.67 | 0.4 |
| Hex | 9E | 22 | AA | 7 | 50 | 0 | 21 | 127 | 43 | 28 |
| Octal | 236 | 42 | 252 | 7 | 120 | 0 | 41 | 447 | 103 | 50 |
| Binary | 10011110 | 100010 | 10101010 | 111 | 1010000 | 0 | 100001 | 100100111 | 1000011 | 101000 |
Color Harmonies of #9E22AA
Complementary color
Monochromatic Colors of #9E22AA
Black with #9E22AA
Text Example
Text Example
White with #9E22AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E22AA; }
p { color: rgb(158,34,170); }
H1.HeaderClassName
{
color: #9E22AA;
}
.AnyTagClassName
{
color: #9E22AA;
}
</style>
background-color css
<style>
a { background-color: #9E22AA; }
a { background-color: rgb(158,34,170); }
div.DivClassName
{
background-color: #9E22AA;
}
.BgClassName
{
background-color: #9E22AA;
}
</style>
border-color css
<style>
span { border-color: #9E22AA; }
span { border-color: rgb(158,34,170); }
td.TdClassName
{
border-color: #9E22AA;
}
.TagClassName
{
border-color: #9E22AA;
}
</style>