Shades of Dark Purple #9F1878
Tints of Dark Purple #9F1878
RGB
CMYK
RGB Variations
Color information
#9F1878 (or 0x9F1878) is known color: Dark Purple. HEX triplet: 9F, 18 and 78. RGB value is (159,24,120). Sum of RGB (Red+Green+Blue) = 159+24+120=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1878 is #60E787. Grayscale: #4B4B4B. Windows color (decimal): -6350728 or 7870623. OLE color: 7870623.
HSL color Cylindrical-coordinate representation of color #9F1878: hue angle of 317.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1878 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 120 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.38 |
| HSL | 317.33º | 0.74% | 0.36% | - |
| HSV(B) | 317.33º | 0.85% | 0.62% | - |
| XYZ | 18.01 | 9.38 | 18.63 | - |
| YUV | 75.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 120 | 0 | 0.85 | 0.25 | 0.38 | 317.33 | 0.74 | 0.36 |
| Hex | 9F | 18 | 78 | 0 | 55 | 19 | 26 | 13D | 4A | 24 |
| Octal | 237 | 30 | 170 | 0 | 125 | 31 | 46 | 475 | 112 | 44 |
| Binary | 10011111 | 11000 | 1111000 | 0 | 1010101 | 11001 | 100110 | 100111101 | 1001010 | 100100 |
Color Harmonies of #9F1878
Complementary color
Monochromatic Colors of #9F1878
Black with #9F1878
Text Example
Text Example
White with #9F1878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1878; }
p { color: rgb(159,24,120); }
H1.HeaderClassName
{
color: #9F1878;
}
.AnyTagClassName
{
color: #9F1878;
}
</style>
background-color css
<style>
a { background-color: #9F1878; }
a { background-color: rgb(159,24,120); }
div.DivClassName
{
background-color: #9F1878;
}
.BgClassName
{
background-color: #9F1878;
}
</style>
border-color css
<style>
span { border-color: #9F1878; }
span { border-color: rgb(159,24,120); }
td.TdClassName
{
border-color: #9F1878;
}
.TagClassName
{
border-color: #9F1878;
}
</style>