Shades of Dark Purple #9F1877
Tints of Dark Purple #9F1877
RGB
CMYK
RGB Variations
Color information
#9F1877 (or 0x9F1877) is known color: Dark Purple. HEX triplet: 9F, 18 and 77. RGB value is (159,24,119). Sum of RGB (Red+Green+Blue) = 159+24+119=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1877 is #60E788. Grayscale: #4A4A4A. Windows color (decimal): -6350729 or 7805087. OLE color: 7805087.
HSL color Cylindrical-coordinate representation of color #9F1877: hue angle of 317.78º 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 #9F1877 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 119 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.38 |
| HSL | 317.78º | 0.74% | 0.36% | - |
| HSV(B) | 317.78º | 0.85% | 0.62% | - |
| XYZ | 17.95 | 9.36 | 18.31 | - |
| YUV | 75.2 | 152.73 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 119 | 0 | 0.85 | 0.25 | 0.38 | 317.78 | 0.74 | 0.36 |
| Hex | 9F | 18 | 77 | 0 | 55 | 19 | 26 | 13E | 4A | 24 |
| Octal | 237 | 30 | 167 | 0 | 125 | 31 | 46 | 476 | 112 | 44 |
| Binary | 10011111 | 11000 | 1110111 | 0 | 1010101 | 11001 | 100110 | 100111110 | 1001010 | 100100 |
Color Harmonies of #9F1877
Complementary color
Monochromatic Colors of #9F1877
Black with #9F1877
Text Example
Text Example
White with #9F1877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1877; }
p { color: rgb(159,24,119); }
H1.HeaderClassName
{
color: #9F1877;
}
.AnyTagClassName
{
color: #9F1877;
}
</style>
background-color css
<style>
a { background-color: #9F1877; }
a { background-color: rgb(159,24,119); }
div.DivClassName
{
background-color: #9F1877;
}
.BgClassName
{
background-color: #9F1877;
}
</style>
border-color css
<style>
span { border-color: #9F1877; }
span { border-color: rgb(159,24,119); }
td.TdClassName
{
border-color: #9F1877;
}
.TagClassName
{
border-color: #9F1877;
}
</style>