Shades of Dark Purple #9F1975
Tints of Dark Purple #9F1975
RGB
CMYK
RGB Variations
Color information
#9F1975 (or 0x9F1975) is known color: Dark Purple. HEX triplet: 9F, 19 and 75. RGB value is (159,25,117). Sum of RGB (Red+Green+Blue) = 159+25+117=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1975 is #60E68A. Grayscale: #4B4B4B. Windows color (decimal): -6350475 or 7674271. OLE color: 7674271.
HSL color Cylindrical-coordinate representation of color #9F1975: hue angle of 318.81º 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 #9F1975 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 117 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.38 |
| HSL | 318.81º | 0.73% | 0.36% | - |
| HSV(B) | 318.81º | 0.84% | 0.62% | - |
| XYZ | 17.86 | 9.35 | 17.69 | - |
| YUV | 75.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 117 | 0 | 0.84 | 0.26 | 0.38 | 318.81 | 0.73 | 0.36 |
| Hex | 9F | 19 | 75 | 0 | 54 | 1A | 26 | 13F | 49 | 24 |
| Octal | 237 | 31 | 165 | 0 | 124 | 32 | 46 | 477 | 111 | 44 |
| Binary | 10011111 | 11001 | 1110101 | 0 | 1010100 | 11010 | 100110 | 100111111 | 1001001 | 100100 |
Color Harmonies of #9F1975
Complementary color
Monochromatic Colors of #9F1975
Black with #9F1975
Text Example
Text Example
White with #9F1975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1975; }
p { color: rgb(159,25,117); }
H1.HeaderClassName
{
color: #9F1975;
}
.AnyTagClassName
{
color: #9F1975;
}
</style>
background-color css
<style>
a { background-color: #9F1975; }
a { background-color: rgb(159,25,117); }
div.DivClassName
{
background-color: #9F1975;
}
.BgClassName
{
background-color: #9F1975;
}
</style>
border-color css
<style>
span { border-color: #9F1975; }
span { border-color: rgb(159,25,117); }
td.TdClassName
{
border-color: #9F1975;
}
.TagClassName
{
border-color: #9F1975;
}
</style>