Shades of Dark Orchid #9E32AB
Tints of Dark Orchid #9E32AB
RGB
CMYK
RGB Variations
Color information
#9E32AB (or 0x9E32AB) is known color: Dark Orchid. HEX triplet: 9E, 32 and AB. RGB value is (158,50,171). Sum of RGB (Red+Green+Blue) = 158+50+171=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E32AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E32AB is #61CD54. Grayscale: #5F5F5F. Windows color (decimal): -6409557 or 11219614. OLE color: 11219614.
HSL color Cylindrical-coordinate representation of color #9E32AB: hue angle of 293.55º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E32AB is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 50 | 171 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.33 |
| HSL | 293.55º | 0.55% | 0.43% | - |
| HSV(B) | 293.55º | 0.71% | 0.67% | - |
| XYZ | 22.59 | 12.49 | 39.75 | - |
| YUV | 96.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 171 | 0.08 | 0.71 | 0 | 0.33 | 293.55 | 0.55 | 0.43 |
| Hex | 9E | 32 | AB | 8 | 47 | 0 | 21 | 126 | 37 | 2B |
| Octal | 236 | 62 | 253 | 10 | 107 | 0 | 41 | 446 | 67 | 53 |
| Binary | 10011110 | 110010 | 10101011 | 1000 | 1000111 | 0 | 100001 | 100100110 | 110111 | 101011 |
Color Harmonies of #9E32AB
Complementary color
Monochromatic Colors of #9E32AB
Black with #9E32AB
Text Example
Text Example
White with #9E32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E32AB; }
p { color: rgb(158,50,171); }
H1.HeaderClassName
{
color: #9E32AB;
}
.AnyTagClassName
{
color: #9E32AB;
}
</style>
background-color css
<style>
a { background-color: #9E32AB; }
a { background-color: rgb(158,50,171); }
div.DivClassName
{
background-color: #9E32AB;
}
.BgClassName
{
background-color: #9E32AB;
}
</style>
border-color css
<style>
span { border-color: #9E32AB; }
span { border-color: rgb(158,50,171); }
td.TdClassName
{
border-color: #9E32AB;
}
.TagClassName
{
border-color: #9E32AB;
}
</style>