Shades of Dark Purple #9E1978
Tints of Dark Purple #9E1978
RGB
CMYK
RGB Variations
Color information
#9E1978 (or 0x9E1978) is known color: Dark Purple. HEX triplet: 9E, 19 and 78. RGB value is (158,25,120). Sum of RGB (Red+Green+Blue) = 158+25+120=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1978 is #61E687. Grayscale: #4B4B4B. Windows color (decimal): -6416008 or 7870878. OLE color: 7870878.
HSL color Cylindrical-coordinate representation of color #9E1978: hue angle of 317.14º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1978 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 120 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.38 |
| HSL | 317.14º | 0.73% | 0.36% | - |
| HSV(B) | 317.14º | 0.84% | 0.62% | - |
| XYZ | 17.84 | 9.32 | 18.63 | - |
| YUV | 75.6 | 153.06 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 120 | 0 | 0.84 | 0.24 | 0.38 | 317.14 | 0.73 | 0.36 |
| Hex | 9E | 19 | 78 | 0 | 54 | 18 | 26 | 13D | 49 | 24 |
| Octal | 236 | 31 | 170 | 0 | 124 | 30 | 46 | 475 | 111 | 44 |
| Binary | 10011110 | 11001 | 1111000 | 0 | 1010100 | 11000 | 100110 | 100111101 | 1001001 | 100100 |
Color Harmonies of #9E1978
Complementary color
Monochromatic Colors of #9E1978
Black with #9E1978
Text Example
Text Example
White with #9E1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1978; }
p { color: rgb(158,25,120); }
H1.HeaderClassName
{
color: #9E1978;
}
.AnyTagClassName
{
color: #9E1978;
}
</style>
background-color css
<style>
a { background-color: #9E1978; }
a { background-color: rgb(158,25,120); }
div.DivClassName
{
background-color: #9E1978;
}
.BgClassName
{
background-color: #9E1978;
}
</style>
border-color css
<style>
span { border-color: #9E1978; }
span { border-color: rgb(158,25,120); }
td.TdClassName
{
border-color: #9E1978;
}
.TagClassName
{
border-color: #9E1978;
}
</style>