Shades of Dark Orchid #9E1EAD
Tints of Dark Orchid #9E1EAD
RGB
CMYK
RGB Variations
Color information
#9E1EAD (or 0x9E1EAD) is known color: Dark Orchid. HEX triplet: 9E, 1E and AD. RGB value is (158,30,173). Sum of RGB (Red+Green+Blue) = 158+30+173=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E1EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1EAD is #61E152. Grayscale: #545454. Windows color (decimal): -6414675 or 11345566. OLE color: 11345566.
HSL color Cylindrical-coordinate representation of color #9E1EAD: hue angle of 293.71º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E1EAD is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 30 | 173 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.32 |
| HSL | 293.71º | 0.7% | 0.4% | - |
| HSV(B) | 293.71º | 0.83% | 0.68% | - |
| XYZ | 22.11 | 11.21 | 40.53 | - |
| YUV | 84.57 | 177.91 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 30 | 173 | 0.09 | 0.83 | 0 | 0.32 | 293.71 | 0.7 | 0.4 |
| Hex | 9E | 1E | AD | 9 | 53 | 0 | 20 | 126 | 46 | 28 |
| Octal | 236 | 36 | 255 | 11 | 123 | 0 | 40 | 446 | 106 | 50 |
| Binary | 10011110 | 11110 | 10101101 | 1001 | 1010011 | 0 | 100000 | 100100110 | 1000110 | 101000 |
Color Harmonies of #9E1EAD
Complementary color
Monochromatic Colors of #9E1EAD
Black with #9E1EAD
Text Example
Text Example
White with #9E1EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1EAD; }
p { color: rgb(158,30,173); }
H1.HeaderClassName
{
color: #9E1EAD;
}
.AnyTagClassName
{
color: #9E1EAD;
}
</style>
background-color css
<style>
a { background-color: #9E1EAD; }
a { background-color: rgb(158,30,173); }
div.DivClassName
{
background-color: #9E1EAD;
}
.BgClassName
{
background-color: #9E1EAD;
}
</style>
border-color css
<style>
span { border-color: #9E1EAD; }
span { border-color: rgb(158,30,173); }
td.TdClassName
{
border-color: #9E1EAD;
}
.TagClassName
{
border-color: #9E1EAD;
}
</style>