Shades of Dark Orchid #9E45D0
Tints of Dark Orchid #9E45D0
RGB
CMYK
RGB Variations
Color information
#9E45D0 (or 0x9E45D0) is known color: Dark Orchid. HEX triplet: 9E, 45 and D0. RGB value is (158,69,208). Sum of RGB (Red+Green+Blue) = 158+69+208=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E45D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E45D0 is #61BA2F. Grayscale: #6E6E6E. Windows color (decimal): -6404656 or 13649310. OLE color: 13649310.
HSL color Cylindrical-coordinate representation of color #9E45D0: hue angle of 278.42º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E45D0 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 69 | 208 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.18 |
| HSL | 278.42º | 0.6% | 0.54% | - |
| HSV(B) | 278.42º | 0.67% | 0.82% | - |
| XYZ | 27.61 | 16.08 | 61.32 | - |
| YUV | 111.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 208 | 0.24 | 0.67 | 0 | 0.18 | 278.42 | 0.6 | 0.54 |
| Hex | 9E | 45 | D0 | 18 | 43 | 0 | 12 | 116 | 3C | 36 |
| Octal | 236 | 105 | 320 | 30 | 103 | 0 | 22 | 426 | 74 | 66 |
| Binary | 10011110 | 1000101 | 11010000 | 11000 | 1000011 | 0 | 10010 | 100010110 | 111100 | 110110 |
Color Harmonies of #9E45D0
Complementary color
Monochromatic Colors of #9E45D0
Black with #9E45D0
Text Example
Text Example
White with #9E45D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E45D0; }
p { color: rgb(158,69,208); }
H1.HeaderClassName
{
color: #9E45D0;
}
.AnyTagClassName
{
color: #9E45D0;
}
</style>
background-color css
<style>
a { background-color: #9E45D0; }
a { background-color: rgb(158,69,208); }
div.DivClassName
{
background-color: #9E45D0;
}
.BgClassName
{
background-color: #9E45D0;
}
</style>
border-color css
<style>
span { border-color: #9E45D0; }
span { border-color: rgb(158,69,208); }
td.TdClassName
{
border-color: #9E45D0;
}
.TagClassName
{
border-color: #9E45D0;
}
</style>