Shades of Dark Orchid #9E2BAB
Tints of Dark Orchid #9E2BAB
RGB
CMYK
RGB Variations
Color information
#9E2BAB (or 0x9E2BAB) is known color: Dark Orchid. HEX triplet: 9E, 2B and AB. RGB value is (158,43,171). Sum of RGB (Red+Green+Blue) = 158+43+171=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E2BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2BAB is #61D454. Grayscale: #5B5B5B. Windows color (decimal): -6411349 or 11217822. OLE color: 11217822.
HSL color Cylindrical-coordinate representation of color #9E2BAB: hue angle of 293.91º degrees, saturation: 0.6, 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 #9E2BAB is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 43 | 171 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.33 |
| HSL | 293.91º | 0.6% | 0.42% | - |
| HSV(B) | 293.91º | 0.75% | 0.67% | - |
| XYZ | 22.32 | 11.94 | 39.66 | - |
| YUV | 91.98 | 172.6 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 43 | 171 | 0.08 | 0.75 | 0 | 0.33 | 293.91 | 0.6 | 0.42 |
| Hex | 9E | 2B | AB | 8 | 4B | 0 | 21 | 126 | 3C | 2A |
| Octal | 236 | 53 | 253 | 10 | 113 | 0 | 41 | 446 | 74 | 52 |
| Binary | 10011110 | 101011 | 10101011 | 1000 | 1001011 | 0 | 100001 | 100100110 | 111100 | 101010 |
Color Harmonies of #9E2BAB
Complementary color
Monochromatic Colors of #9E2BAB
Black with #9E2BAB
Text Example
Text Example
White with #9E2BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2BAB; }
p { color: rgb(158,43,171); }
H1.HeaderClassName
{
color: #9E2BAB;
}
.AnyTagClassName
{
color: #9E2BAB;
}
</style>
background-color css
<style>
a { background-color: #9E2BAB; }
a { background-color: rgb(158,43,171); }
div.DivClassName
{
background-color: #9E2BAB;
}
.BgClassName
{
background-color: #9E2BAB;
}
</style>
border-color css
<style>
span { border-color: #9E2BAB; }
span { border-color: rgb(158,43,171); }
td.TdClassName
{
border-color: #9E2BAB;
}
.TagClassName
{
border-color: #9E2BAB;
}
</style>