Shades of Jazzberry Jam #9F1F71
Tints of Jazzberry Jam #9F1F71
RGB
CMYK
RGB Variations
Color information
#9F1F71 (or 0x9F1F71) is known color: Jazzberry Jam. HEX triplet: 9F, 1F and 71. RGB value is (159,31,113). Sum of RGB (Red+Green+Blue) = 159+31+113=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F71 is #60E08E. Grayscale: #4E4E4E. Windows color (decimal): -6348943 or 7413663. OLE color: 7413663.
HSL color Cylindrical-coordinate representation of color #9F1F71: hue angle of 321.56º 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 #9F1F71 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 31 | 113 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.38 |
| HSL | 321.56º | 0.67% | 0.37% | - |
| HSV(B) | 321.56º | 0.81% | 0.62% | - |
| XYZ | 17.77 | 9.54 | 16.53 | - |
| YUV | 78.62 | 147.41 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 113 | 0 | 0.81 | 0.29 | 0.38 | 321.56 | 0.67 | 0.37 |
| Hex | 9F | 1F | 71 | 0 | 51 | 1D | 26 | 142 | 43 | 25 |
| Octal | 237 | 37 | 161 | 0 | 121 | 35 | 46 | 502 | 103 | 45 |
| Binary | 10011111 | 11111 | 1110001 | 0 | 1010001 | 11101 | 100110 | 101000010 | 1000011 | 100101 |
Color Harmonies of #9F1F71
Complementary color
Monochromatic Colors of #9F1F71
Black with #9F1F71
Text Example
Text Example
White with #9F1F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1F71; }
p { color: rgb(159,31,113); }
H1.HeaderClassName
{
color: #9F1F71;
}
.AnyTagClassName
{
color: #9F1F71;
}
</style>
background-color css
<style>
a { background-color: #9F1F71; }
a { background-color: rgb(159,31,113); }
div.DivClassName
{
background-color: #9F1F71;
}
.BgClassName
{
background-color: #9F1F71;
}
</style>
border-color css
<style>
span { border-color: #9F1F71; }
span { border-color: rgb(159,31,113); }
td.TdClassName
{
border-color: #9F1F71;
}
.TagClassName
{
border-color: #9F1F71;
}
</style>