Shades of Dark Orchid #9E20AB
Tints of Dark Orchid #9E20AB
RGB
CMYK
RGB Variations
Color information
#9E20AB (or 0x9E20AB) is known color: Dark Orchid. HEX triplet: 9E, 20 and AB. RGB value is (158,32,171). Sum of RGB (Red+Green+Blue) = 158+32+171=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E20AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E20AB is #61DF54. Grayscale: #555555. Windows color (decimal): -6414165 or 11215006. OLE color: 11215006.
HSL color Cylindrical-coordinate representation of color #9E20AB: hue angle of 294.39º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E20AB is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 32 | 171 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.33 |
| HSL | 294.39º | 0.68% | 0.4% | - |
| HSV(B) | 294.39º | 0.81% | 0.67% | - |
| XYZ | 21.97 | 11.24 | 39.54 | - |
| YUV | 85.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 32 | 171 | 0.08 | 0.81 | 0 | 0.33 | 294.39 | 0.68 | 0.4 |
| Hex | 9E | 20 | AB | 8 | 51 | 0 | 21 | 126 | 44 | 28 |
| Octal | 236 | 40 | 253 | 10 | 121 | 0 | 41 | 446 | 104 | 50 |
| Binary | 10011110 | 100000 | 10101011 | 1000 | 1010001 | 0 | 100001 | 100100110 | 1000100 | 101000 |
Color Harmonies of #9E20AB
Complementary color
Monochromatic Colors of #9E20AB
Black with #9E20AB
Text Example
Text Example
White with #9E20AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E20AB; }
p { color: rgb(158,32,171); }
H1.HeaderClassName
{
color: #9E20AB;
}
.AnyTagClassName
{
color: #9E20AB;
}
</style>
background-color css
<style>
a { background-color: #9E20AB; }
a { background-color: rgb(158,32,171); }
div.DivClassName
{
background-color: #9E20AB;
}
.BgClassName
{
background-color: #9E20AB;
}
</style>
border-color css
<style>
span { border-color: #9E20AB; }
span { border-color: rgb(158,32,171); }
td.TdClassName
{
border-color: #9E20AB;
}
.TagClassName
{
border-color: #9E20AB;
}
</style>