Shades of Dark Orchid #9E20CA
Tints of Dark Orchid #9E20CA
RGB
CMYK
RGB Variations
Color information
#9E20CA (or 0x9E20CA) is known color: Dark Orchid. HEX triplet: 9E, 20 and CA. RGB value is (158,32,202). Sum of RGB (Red+Green+Blue) = 158+32+202=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E20CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E20CA is #61DF35. Grayscale: #585858. Windows color (decimal): -6414134 or 13246622. OLE color: 13246622.
HSL color Cylindrical-coordinate representation of color #9E20CA: hue angle of 284.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E20CA is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 32 | 202 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.21 |
| HSL | 284.47º | 0.73% | 0.46% | - |
| HSV(B) | 284.47º | 0.84% | 0.79% | - |
| XYZ | 25.28 | 12.57 | 56.97 | - |
| YUV | 89.05 | 191.74 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 32 | 202 | 0.22 | 0.84 | 0 | 0.21 | 284.47 | 0.73 | 0.46 |
| Hex | 9E | 20 | CA | 16 | 54 | 0 | 15 | 11C | 49 | 2E |
| Octal | 236 | 40 | 312 | 26 | 124 | 0 | 25 | 434 | 111 | 56 |
| Binary | 10011110 | 100000 | 11001010 | 10110 | 1010100 | 0 | 10101 | 100011100 | 1001001 | 101110 |
Color Harmonies of #9E20CA
Complementary color
Monochromatic Colors of #9E20CA
Black with #9E20CA
Text Example
Text Example
White with #9E20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E20CA; }
p { color: rgb(158,32,202); }
H1.HeaderClassName
{
color: #9E20CA;
}
.AnyTagClassName
{
color: #9E20CA;
}
</style>
background-color css
<style>
a { background-color: #9E20CA; }
a { background-color: rgb(158,32,202); }
div.DivClassName
{
background-color: #9E20CA;
}
.BgClassName
{
background-color: #9E20CA;
}
</style>
border-color css
<style>
span { border-color: #9E20CA; }
span { border-color: rgb(158,32,202); }
td.TdClassName
{
border-color: #9E20CA;
}
.TagClassName
{
border-color: #9E20CA;
}
</style>