Shades of Dark Orchid #9E45CA
Tints of Dark Orchid #9E45CA
RGB
CMYK
RGB Variations
Color information
#9E45CA (or 0x9E45CA) is known color: Dark Orchid. HEX triplet: 9E, 45 and CA. RGB value is (158,69,202). Sum of RGB (Red+Green+Blue) = 158+69+202=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E45CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E45CA is #61BA35. Grayscale: #6E6E6E. Windows color (decimal): -6404662 or 13256094. OLE color: 13256094.
HSL color Cylindrical-coordinate representation of color #9E45CA: hue angle of 280.15º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E45CA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 69 | 202 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.21 |
| HSL | 280.15º | 0.56% | 0.53% | - |
| HSV(B) | 280.15º | 0.66% | 0.79% | - |
| XYZ | 26.89 | 15.79 | 57.51 | - |
| YUV | 110.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 202 | 0.22 | 0.66 | 0 | 0.21 | 280.15 | 0.56 | 0.53 |
| Hex | 9E | 45 | CA | 16 | 42 | 0 | 15 | 118 | 38 | 35 |
| Octal | 236 | 105 | 312 | 26 | 102 | 0 | 25 | 430 | 70 | 65 |
| Binary | 10011110 | 1000101 | 11001010 | 10110 | 1000010 | 0 | 10101 | 100011000 | 111000 | 110101 |
Color Harmonies of #9E45CA
Complementary color
Monochromatic Colors of #9E45CA
Black with #9E45CA
Text Example
Text Example
White with #9E45CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E45CA; }
p { color: rgb(158,69,202); }
H1.HeaderClassName
{
color: #9E45CA;
}
.AnyTagClassName
{
color: #9E45CA;
}
</style>
background-color css
<style>
a { background-color: #9E45CA; }
a { background-color: rgb(158,69,202); }
div.DivClassName
{
background-color: #9E45CA;
}
.BgClassName
{
background-color: #9E45CA;
}
</style>
border-color css
<style>
span { border-color: #9E45CA; }
span { border-color: rgb(158,69,202); }
td.TdClassName
{
border-color: #9E45CA;
}
.TagClassName
{
border-color: #9E45CA;
}
</style>