Shades of Dark Orchid #9E42CA
Tints of Dark Orchid #9E42CA
RGB
CMYK
RGB Variations
Color information
#9E42CA (or 0x9E42CA) is known color: Dark Orchid. HEX triplet: 9E, 42 and CA. RGB value is (158,66,202). Sum of RGB (Red+Green+Blue) = 158+66+202=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E42CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E42CA is #61BD35. Grayscale: #6C6C6C. Windows color (decimal): -6405430 or 13255326. OLE color: 13255326.
HSL color Cylindrical-coordinate representation of color #9E42CA: hue angle of 280.59º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E42CA is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 66 | 202 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.21 |
| HSL | 280.59º | 0.56% | 0.53% | - |
| HSV(B) | 280.59º | 0.67% | 0.79% | - |
| XYZ | 26.71 | 15.43 | 57.45 | - |
| YUV | 109.01 | 180.48 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 66 | 202 | 0.22 | 0.67 | 0 | 0.21 | 280.59 | 0.56 | 0.53 |
| Hex | 9E | 42 | CA | 16 | 43 | 0 | 15 | 119 | 38 | 35 |
| Octal | 236 | 102 | 312 | 26 | 103 | 0 | 25 | 431 | 70 | 65 |
| Binary | 10011110 | 1000010 | 11001010 | 10110 | 1000011 | 0 | 10101 | 100011001 | 111000 | 110101 |
Color Harmonies of #9E42CA
Complementary color
Monochromatic Colors of #9E42CA
Black with #9E42CA
Text Example
Text Example
White with #9E42CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E42CA; }
p { color: rgb(158,66,202); }
H1.HeaderClassName
{
color: #9E42CA;
}
.AnyTagClassName
{
color: #9E42CA;
}
</style>
background-color css
<style>
a { background-color: #9E42CA; }
a { background-color: rgb(158,66,202); }
div.DivClassName
{
background-color: #9E42CA;
}
.BgClassName
{
background-color: #9E42CA;
}
</style>
border-color css
<style>
span { border-color: #9E42CA; }
span { border-color: rgb(158,66,202); }
td.TdClassName
{
border-color: #9E42CA;
}
.TagClassName
{
border-color: #9E42CA;
}
</style>