Shades of Dark Orchid #9E45DB
Tints of Dark Orchid #9E45DB
RGB
CMYK
RGB Variations
Color information
#9E45DB (or 0x9E45DB) is known color: Dark Orchid. HEX triplet: 9E, 45 and DB. RGB value is (158,69,219). Sum of RGB (Red+Green+Blue) = 158+69+219=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E45DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E45DB is #61BA24. Grayscale: #707070. Windows color (decimal): -6404645 or 14370206. OLE color: 14370206.
HSL color Cylindrical-coordinate representation of color #9E45DB: hue angle of 275.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E45DB is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 69 | 219 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.14 |
| HSL | 275.6º | 0.68% | 0.56% | - |
| HSV(B) | 275.6º | 0.68% | 0.86% | - |
| XYZ | 29.01 | 16.64 | 68.7 | - |
| YUV | 112.71 | 187.99 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 69 | 219 | 0.28 | 0.68 | 0 | 0.14 | 275.6 | 0.68 | 0.56 |
| Hex | 9E | 45 | DB | 1C | 44 | 0 | E | 114 | 44 | 38 |
| Octal | 236 | 105 | 333 | 34 | 104 | 0 | 16 | 424 | 104 | 70 |
| Binary | 10011110 | 1000101 | 11011011 | 11100 | 1000100 | 0 | 1110 | 100010100 | 1000100 | 111000 |
Color Harmonies of #9E45DB
Complementary color
Monochromatic Colors of #9E45DB
Black with #9E45DB
Text Example
Text Example
White with #9E45DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E45DB; }
p { color: rgb(158,69,219); }
H1.HeaderClassName
{
color: #9E45DB;
}
.AnyTagClassName
{
color: #9E45DB;
}
</style>
background-color css
<style>
a { background-color: #9E45DB; }
a { background-color: rgb(158,69,219); }
div.DivClassName
{
background-color: #9E45DB;
}
.BgClassName
{
background-color: #9E45DB;
}
</style>
border-color css
<style>
span { border-color: #9E45DB; }
span { border-color: rgb(158,69,219); }
td.TdClassName
{
border-color: #9E45DB;
}
.TagClassName
{
border-color: #9E45DB;
}
</style>