Shades of Dark Purple #9F1578
Tints of Dark Purple #9F1578
RGB
CMYK
RGB Variations
Color information
#9F1578 (or 0x9F1578) is known color: Dark Purple. HEX triplet: 9F, 15 and 78. RGB value is (159,21,120). Sum of RGB (Red+Green+Blue) = 159+21+120=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1578 is #60EA87. Grayscale: #494949. Windows color (decimal): -6351496 or 7869855. OLE color: 7869855.
HSL color Cylindrical-coordinate representation of color #9F1578: hue angle of 316.96º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F1578 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 21 | 120 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.38 |
| HSL | 316.96º | 0.77% | 0.35% | - |
| HSV(B) | 316.96º | 0.87% | 0.62% | - |
| XYZ | 17.96 | 9.26 | 18.61 | - |
| YUV | 73.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 21 | 120 | 0 | 0.87 | 0.25 | 0.38 | 316.96 | 0.77 | 0.35 |
| Hex | 9F | 15 | 78 | 0 | 57 | 19 | 26 | 13D | 4D | 23 |
| Octal | 237 | 25 | 170 | 0 | 127 | 31 | 46 | 475 | 115 | 43 |
| Binary | 10011111 | 10101 | 1111000 | 0 | 1010111 | 11001 | 100110 | 100111101 | 1001101 | 100011 |
Color Harmonies of #9F1578
Complementary color
Monochromatic Colors of #9F1578
Black with #9F1578
Text Example
Text Example
White with #9F1578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1578; }
p { color: rgb(159,21,120); }
H1.HeaderClassName
{
color: #9F1578;
}
.AnyTagClassName
{
color: #9F1578;
}
</style>
background-color css
<style>
a { background-color: #9F1578; }
a { background-color: rgb(159,21,120); }
div.DivClassName
{
background-color: #9F1578;
}
.BgClassName
{
background-color: #9F1578;
}
</style>
border-color css
<style>
span { border-color: #9F1578; }
span { border-color: rgb(159,21,120); }
td.TdClassName
{
border-color: #9F1578;
}
.TagClassName
{
border-color: #9F1578;
}
</style>