Shades of Dark Purple #9F1F87
Tints of Dark Purple #9F1F87
RGB
CMYK
RGB Variations
Color information
#9F1F87 (or 0x9F1F87) is known color: Dark Purple. HEX triplet: 9F, 1F and 87. RGB value is (159,31,135). Sum of RGB (Red+Green+Blue) = 159+31+135=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1F87 is #60E078. Grayscale: #505050. Windows color (decimal): -6348921 or 8855455. OLE color: 8855455.
HSL color Cylindrical-coordinate representation of color #9F1F87: hue angle of 311.25º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1F87 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 31 | 135 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.38 |
| HSL | 311.25º | 0.67% | 0.37% | - |
| HSV(B) | 311.25º | 0.81% | 0.62% | - |
| XYZ | 19.16 | 10.1 | 23.86 | - |
| YUV | 81.13 | 158.41 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 135 | 0 | 0.81 | 0.15 | 0.38 | 311.25 | 0.67 | 0.37 |
| Hex | 9F | 1F | 87 | 0 | 51 | F | 26 | 137 | 43 | 25 |
| Octal | 237 | 37 | 207 | 0 | 121 | 17 | 46 | 467 | 103 | 45 |
| Binary | 10011111 | 11111 | 10000111 | 0 | 1010001 | 1111 | 100110 | 100110111 | 1000011 | 100101 |
Color Harmonies of #9F1F87
Complementary color
Monochromatic Colors of #9F1F87
Black with #9F1F87
Text Example
Text Example
White with #9F1F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1F87; }
p { color: rgb(159,31,135); }
H1.HeaderClassName
{
color: #9F1F87;
}
.AnyTagClassName
{
color: #9F1F87;
}
</style>
background-color css
<style>
a { background-color: #9F1F87; }
a { background-color: rgb(159,31,135); }
div.DivClassName
{
background-color: #9F1F87;
}
.BgClassName
{
background-color: #9F1F87;
}
</style>
border-color css
<style>
span { border-color: #9F1F87; }
span { border-color: rgb(159,31,135); }
td.TdClassName
{
border-color: #9F1F87;
}
.TagClassName
{
border-color: #9F1F87;
}
</style>