Shades of Dark Orchid #9E45CE
Tints of Dark Orchid #9E45CE
RGB
CMYK
RGB Variations
Color information
#9E45CE (or 0x9E45CE) is known color: Dark Orchid. HEX triplet: 9E, 45 and CE. RGB value is (158,69,206). Sum of RGB (Red+Green+Blue) = 158+69+206=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E45CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E45CE is #61BA31. Grayscale: #6E6E6E. Windows color (decimal): -6404658 or 13518238. OLE color: 13518238.
HSL color Cylindrical-coordinate representation of color #9E45CE: hue angle of 278.98º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E45CE is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 69 | 206 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.19 |
| HSL | 278.98º | 0.58% | 0.54% | - |
| HSV(B) | 278.98º | 0.67% | 0.81% | - |
| XYZ | 27.37 | 15.98 | 60.03 | - |
| YUV | 111.23 | 181.49 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 206 | 0.23 | 0.67 | 0 | 0.19 | 278.98 | 0.58 | 0.54 |
| Hex | 9E | 45 | CE | 17 | 43 | 0 | 13 | 117 | 3A | 36 |
| Octal | 236 | 105 | 316 | 27 | 103 | 0 | 23 | 427 | 72 | 66 |
| Binary | 10011110 | 1000101 | 11001110 | 10111 | 1000011 | 0 | 10011 | 100010111 | 111010 | 110110 |
Color Harmonies of #9E45CE
Complementary color
Monochromatic Colors of #9E45CE
Black with #9E45CE
Text Example
Text Example
White with #9E45CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E45CE; }
p { color: rgb(158,69,206); }
H1.HeaderClassName
{
color: #9E45CE;
}
.AnyTagClassName
{
color: #9E45CE;
}
</style>
background-color css
<style>
a { background-color: #9E45CE; }
a { background-color: rgb(158,69,206); }
div.DivClassName
{
background-color: #9E45CE;
}
.BgClassName
{
background-color: #9E45CE;
}
</style>
border-color css
<style>
span { border-color: #9E45CE; }
span { border-color: rgb(158,69,206); }
td.TdClassName
{
border-color: #9E45CE;
}
.TagClassName
{
border-color: #9E45CE;
}
</style>