Shades of Dark Orchid #9E32CA
Tints of Dark Orchid #9E32CA
RGB
CMYK
RGB Variations
Color information
#9E32CA (or 0x9E32CA) is known color: Dark Orchid. HEX triplet: 9E, 32 and CA. RGB value is (158,50,202). Sum of RGB (Red+Green+Blue) = 158+50+202=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E32CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E32CA is #61CD35. Grayscale: #636363. Windows color (decimal): -6409526 or 13251230. OLE color: 13251230.
HSL color Cylindrical-coordinate representation of color #9E32CA: hue angle of 282.63º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E32CA is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 50 | 202 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.21 |
| HSL | 282.63º | 0.6% | 0.49% | - |
| HSV(B) | 282.63º | 0.75% | 0.79% | - |
| XYZ | 25.9 | 13.81 | 57.18 | - |
| YUV | 99.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 202 | 0.22 | 0.75 | 0 | 0.21 | 282.63 | 0.6 | 0.49 |
| Hex | 9E | 32 | CA | 16 | 4B | 0 | 15 | 11B | 3C | 31 |
| Octal | 236 | 62 | 312 | 26 | 113 | 0 | 25 | 433 | 74 | 61 |
| Binary | 10011110 | 110010 | 11001010 | 10110 | 1001011 | 0 | 10101 | 100011011 | 111100 | 110001 |
Color Harmonies of #9E32CA
Complementary color
Monochromatic Colors of #9E32CA
Black with #9E32CA
Text Example
Text Example
White with #9E32CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E32CA; }
p { color: rgb(158,50,202); }
H1.HeaderClassName
{
color: #9E32CA;
}
.AnyTagClassName
{
color: #9E32CA;
}
</style>
background-color css
<style>
a { background-color: #9E32CA; }
a { background-color: rgb(158,50,202); }
div.DivClassName
{
background-color: #9E32CA;
}
.BgClassName
{
background-color: #9E32CA;
}
</style>
border-color css
<style>
span { border-color: #9E32CA; }
span { border-color: rgb(158,50,202); }
td.TdClassName
{
border-color: #9E32CA;
}
.TagClassName
{
border-color: #9E32CA;
}
</style>