Shades of Dark Purple #9F1978
Tints of Dark Purple #9F1978
RGB
CMYK
RGB Variations
Color information
#9F1978 (or 0x9F1978) is known color: Dark Purple. HEX triplet: 9F, 19 and 78. RGB value is (159,25,120). Sum of RGB (Red+Green+Blue) = 159+25+120=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1978 is #60E687. Grayscale: #4B4B4B. Windows color (decimal): -6350472 or 7870879. OLE color: 7870879.
HSL color Cylindrical-coordinate representation of color #9F1978: hue angle of 317.46º 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 #9F1978 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 120 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.38 |
| HSL | 317.46º | 0.73% | 0.36% | - |
| HSV(B) | 317.46º | 0.84% | 0.62% | - |
| XYZ | 18.04 | 9.42 | 18.64 | - |
| YUV | 75.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 120 | 0 | 0.84 | 0.25 | 0.38 | 317.46 | 0.73 | 0.36 |
| Hex | 9F | 19 | 78 | 0 | 54 | 19 | 26 | 13D | 49 | 24 |
| Octal | 237 | 31 | 170 | 0 | 124 | 31 | 46 | 475 | 111 | 44 |
| Binary | 10011111 | 11001 | 1111000 | 0 | 1010100 | 11001 | 100110 | 100111101 | 1001001 | 100100 |
Color Harmonies of #9F1978
Complementary color
Monochromatic Colors of #9F1978
Black with #9F1978
Text Example
Text Example
White with #9F1978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1978; }
p { color: rgb(159,25,120); }
H1.HeaderClassName
{
color: #9F1978;
}
.AnyTagClassName
{
color: #9F1978;
}
</style>
background-color css
<style>
a { background-color: #9F1978; }
a { background-color: rgb(159,25,120); }
div.DivClassName
{
background-color: #9F1978;
}
.BgClassName
{
background-color: #9F1978;
}
</style>
border-color css
<style>
span { border-color: #9F1978; }
span { border-color: rgb(159,25,120); }
td.TdClassName
{
border-color: #9F1978;
}
.TagClassName
{
border-color: #9F1978;
}
</style>