Shades of Dark Orchid #9E1ADB
Tints of Dark Orchid #9E1ADB
RGB
CMYK
RGB Variations
Color information
#9E1ADB (or 0x9E1ADB) is known color: Dark Orchid. HEX triplet: 9E, 1A and DB. RGB value is (158,26,219). Sum of RGB (Red+Green+Blue) = 158+26+219=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E1ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E1ADB is #61E524. Grayscale: #565656. Windows color (decimal): -6415653 or 14359198. OLE color: 14359198.
HSL color Cylindrical-coordinate representation of color #9E1ADB: hue angle of 281.04º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E1ADB is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 26 | 219 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.14 |
| HSL | 281.04º | 0.79% | 0.48% | - |
| HSV(B) | 281.04º | 0.88% | 0.86% | - |
| XYZ | 27.26 | 13.12 | 68.11 | - |
| YUV | 87.47 | 202.23 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 26 | 219 | 0.28 | 0.88 | 0 | 0.14 | 281.04 | 0.79 | 0.48 |
| Hex | 9E | 1A | DB | 1C | 58 | 0 | E | 119 | 4F | 30 |
| Octal | 236 | 32 | 333 | 34 | 130 | 0 | 16 | 431 | 117 | 60 |
| Binary | 10011110 | 11010 | 11011011 | 11100 | 1011000 | 0 | 1110 | 100011001 | 1001111 | 110000 |
Color Harmonies of #9E1ADB
Complementary color
Monochromatic Colors of #9E1ADB
Black with #9E1ADB
Text Example
Text Example
White with #9E1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1ADB; }
p { color: rgb(158,26,219); }
H1.HeaderClassName
{
color: #9E1ADB;
}
.AnyTagClassName
{
color: #9E1ADB;
}
</style>
background-color css
<style>
a { background-color: #9E1ADB; }
a { background-color: rgb(158,26,219); }
div.DivClassName
{
background-color: #9E1ADB;
}
.BgClassName
{
background-color: #9E1ADB;
}
</style>
border-color css
<style>
span { border-color: #9E1ADB; }
span { border-color: rgb(158,26,219); }
td.TdClassName
{
border-color: #9E1ADB;
}
.TagClassName
{
border-color: #9E1ADB;
}
</style>