Shades of Dark Purple #9E2094
Tints of Dark Purple #9E2094
RGB
CMYK
RGB Variations
Color information
#9E2094 (or 0x9E2094) is known color: Dark Purple. HEX triplet: 9E, 20 and 94. RGB value is (158,32,148). Sum of RGB (Red+Green+Blue) = 158+32+148=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2094 is #61DF6B. Grayscale: #525252. Windows color (decimal): -6414188 or 9707678. OLE color: 9707678.
HSL color Cylindrical-coordinate representation of color #9E2094: hue angle of 304.76º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E2094 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 32 | 148 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.38 |
| HSL | 304.76º | 0.66% | 0.37% | - |
| HSV(B) | 304.76º | 0.8% | 0.62% | - |
| XYZ | 19.96 | 10.44 | 28.98 | - |
| YUV | 82.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 32 | 148 | 0 | 0.80 | 0.06 | 0.38 | 304.76 | 0.66 | 0.37 |
| Hex | 9E | 20 | 94 | 0 | 50 | 6 | 26 | 131 | 42 | 25 |
| Octal | 236 | 40 | 224 | 0 | 120 | 6 | 46 | 461 | 102 | 45 |
| Binary | 10011110 | 100000 | 10010100 | 0 | 1010000 | 110 | 100110 | 100110001 | 1000010 | 100101 |
Color Harmonies of #9E2094
Complementary color
Monochromatic Colors of #9E2094
Black with #9E2094
Text Example
Text Example
White with #9E2094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2094; }
p { color: rgb(158,32,148); }
H1.HeaderClassName
{
color: #9E2094;
}
.AnyTagClassName
{
color: #9E2094;
}
</style>
background-color css
<style>
a { background-color: #9E2094; }
a { background-color: rgb(158,32,148); }
div.DivClassName
{
background-color: #9E2094;
}
.BgClassName
{
background-color: #9E2094;
}
</style>
border-color css
<style>
span { border-color: #9E2094; }
span { border-color: rgb(158,32,148); }
td.TdClassName
{
border-color: #9E2094;
}
.TagClassName
{
border-color: #9E2094;
}
</style>