Shades of Dark Orchid #9E2EAB
Tints of Dark Orchid #9E2EAB
RGB
CMYK
RGB Variations
Color information
#9E2EAB (or 0x9E2EAB) is known color: Dark Orchid. HEX triplet: 9E, 2E and AB. RGB value is (158,46,171). Sum of RGB (Red+Green+Blue) = 158+46+171=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E2EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2EAB is #61D154. Grayscale: #5D5D5D. Windows color (decimal): -6410581 or 11218590. OLE color: 11218590.
HSL color Cylindrical-coordinate representation of color #9E2EAB: hue angle of 293.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E2EAB is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 46 | 171 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.33 |
| HSL | 293.76º | 0.58% | 0.43% | - |
| HSV(B) | 293.76º | 0.73% | 0.67% | - |
| XYZ | 22.43 | 12.16 | 39.69 | - |
| YUV | 93.74 | 171.61 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 46 | 171 | 0.08 | 0.73 | 0 | 0.33 | 293.76 | 0.58 | 0.43 |
| Hex | 9E | 2E | AB | 8 | 49 | 0 | 21 | 126 | 3A | 2B |
| Octal | 236 | 56 | 253 | 10 | 111 | 0 | 41 | 446 | 72 | 53 |
| Binary | 10011110 | 101110 | 10101011 | 1000 | 1001001 | 0 | 100001 | 100100110 | 111010 | 101011 |
Color Harmonies of #9E2EAB
Complementary color
Monochromatic Colors of #9E2EAB
Black with #9E2EAB
Text Example
Text Example
White with #9E2EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2EAB; }
p { color: rgb(158,46,171); }
H1.HeaderClassName
{
color: #9E2EAB;
}
.AnyTagClassName
{
color: #9E2EAB;
}
</style>
background-color css
<style>
a { background-color: #9E2EAB; }
a { background-color: rgb(158,46,171); }
div.DivClassName
{
background-color: #9E2EAB;
}
.BgClassName
{
background-color: #9E2EAB;
}
</style>
border-color css
<style>
span { border-color: #9E2EAB; }
span { border-color: rgb(158,46,171); }
td.TdClassName
{
border-color: #9E2EAB;
}
.TagClassName
{
border-color: #9E2EAB;
}
</style>