Shades of Dark Orchid #9E49D9
Tints of Dark Orchid #9E49D9
RGB
CMYK
RGB Variations
Color information
#9E49D9 (or 0x9E49D9) is known color: Dark Orchid. HEX triplet: 9E, 49 and D9. RGB value is (158,73,217). Sum of RGB (Red+Green+Blue) = 158+73+217=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E49D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E49D9 is #61B626. Grayscale: #727272. Windows color (decimal): -6403623 or 14240158. OLE color: 14240158.
HSL color Cylindrical-coordinate representation of color #9E49D9: hue angle of 275.42º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E49D9 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 73 | 217 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.15 |
| HSL | 275.42º | 0.65% | 0.57% | - |
| HSV(B) | 275.42º | 0.66% | 0.85% | - |
| XYZ | 29.01 | 17.04 | 67.41 | - |
| YUV | 114.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 73 | 217 | 0.27 | 0.66 | 0 | 0.15 | 275.42 | 0.65 | 0.57 |
| Hex | 9E | 49 | D9 | 1B | 42 | 0 | F | 113 | 41 | 39 |
| Octal | 236 | 111 | 331 | 33 | 102 | 0 | 17 | 423 | 101 | 71 |
| Binary | 10011110 | 1001001 | 11011001 | 11011 | 1000010 | 0 | 1111 | 100010011 | 1000001 | 111001 |
Color Harmonies of #9E49D9
Complementary color
Monochromatic Colors of #9E49D9
Black with #9E49D9
Text Example
Text Example
White with #9E49D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E49D9; }
p { color: rgb(158,73,217); }
H1.HeaderClassName
{
color: #9E49D9;
}
.AnyTagClassName
{
color: #9E49D9;
}
</style>
background-color css
<style>
a { background-color: #9E49D9; }
a { background-color: rgb(158,73,217); }
div.DivClassName
{
background-color: #9E49D9;
}
.BgClassName
{
background-color: #9E49D9;
}
</style>
border-color css
<style>
span { border-color: #9E49D9; }
span { border-color: rgb(158,73,217); }
td.TdClassName
{
border-color: #9E49D9;
}
.TagClassName
{
border-color: #9E49D9;
}
</style>