Shades of Dark Orchid #9E2AAB
Tints of Dark Orchid #9E2AAB
RGB
CMYK
RGB Variations
Color information
#9E2AAB (or 0x9E2AAB) is known color: Dark Orchid. HEX triplet: 9E, 2A and AB. RGB value is (158,42,171). Sum of RGB (Red+Green+Blue) = 158+42+171=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E2AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2AAB is #61D554. Grayscale: #5A5A5A. Windows color (decimal): -6411605 or 11217566. OLE color: 11217566.
HSL color Cylindrical-coordinate representation of color #9E2AAB: hue angle of 293.95º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2AAB is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 42 | 171 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.33 |
| HSL | 293.95º | 0.61% | 0.42% | - |
| HSV(B) | 293.95º | 0.75% | 0.67% | - |
| XYZ | 22.28 | 11.87 | 39.64 | - |
| YUV | 91.39 | 172.93 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 171 | 0.08 | 0.75 | 0 | 0.33 | 293.95 | 0.61 | 0.42 |
| Hex | 9E | 2A | AB | 8 | 4B | 0 | 21 | 126 | 3D | 2A |
| Octal | 236 | 52 | 253 | 10 | 113 | 0 | 41 | 446 | 75 | 52 |
| Binary | 10011110 | 101010 | 10101011 | 1000 | 1001011 | 0 | 100001 | 100100110 | 111101 | 101010 |
Color Harmonies of #9E2AAB
Complementary color
Monochromatic Colors of #9E2AAB
Black with #9E2AAB
Text Example
Text Example
White with #9E2AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2AAB; }
p { color: rgb(158,42,171); }
H1.HeaderClassName
{
color: #9E2AAB;
}
.AnyTagClassName
{
color: #9E2AAB;
}
</style>
background-color css
<style>
a { background-color: #9E2AAB; }
a { background-color: rgb(158,42,171); }
div.DivClassName
{
background-color: #9E2AAB;
}
.BgClassName
{
background-color: #9E2AAB;
}
</style>
border-color css
<style>
span { border-color: #9E2AAB; }
span { border-color: rgb(158,42,171); }
td.TdClassName
{
border-color: #9E2AAB;
}
.TagClassName
{
border-color: #9E2AAB;
}
</style>