Shades of Dark Purple #9E2979
Tints of Dark Purple #9E2979
RGB
CMYK
RGB Variations
Color information
#9E2979 (or 0x9E2979) is known color: Dark Purple. HEX triplet: 9E, 29 and 79. RGB value is (158,41,121). Sum of RGB (Red+Green+Blue) = 158+41+121=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2979 is #61D686. Grayscale: #545454. Windows color (decimal): -6411911 or 7940510. OLE color: 7940510.
HSL color Cylindrical-coordinate representation of color #9E2979: hue angle of 318.97º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E2979 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 41 | 121 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.38 |
| HSL | 318.97º | 0.59% | 0.39% | - |
| HSV(B) | 318.97º | 0.74% | 0.62% | - |
| XYZ | 18.34 | 10.24 | 19.1 | - |
| YUV | 85.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 121 | 0 | 0.74 | 0.23 | 0.38 | 318.97 | 0.59 | 0.39 |
| Hex | 9E | 29 | 79 | 0 | 4A | 17 | 26 | 13F | 3B | 27 |
| Octal | 236 | 51 | 171 | 0 | 112 | 27 | 46 | 477 | 73 | 47 |
| Binary | 10011110 | 101001 | 1111001 | 0 | 1001010 | 10111 | 100110 | 100111111 | 111011 | 100111 |
Color Harmonies of #9E2979
Complementary color
Monochromatic Colors of #9E2979
Black with #9E2979
Text Example
Text Example
White with #9E2979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2979; }
p { color: rgb(158,41,121); }
H1.HeaderClassName
{
color: #9E2979;
}
.AnyTagClassName
{
color: #9E2979;
}
</style>
background-color css
<style>
a { background-color: #9E2979; }
a { background-color: rgb(158,41,121); }
div.DivClassName
{
background-color: #9E2979;
}
.BgClassName
{
background-color: #9E2979;
}
</style>
border-color css
<style>
span { border-color: #9E2979; }
span { border-color: rgb(158,41,121); }
td.TdClassName
{
border-color: #9E2979;
}
.TagClassName
{
border-color: #9E2979;
}
</style>