Shades of Jazzberry Jam #9F1872
Tints of Jazzberry Jam #9F1872
RGB
CMYK
RGB Variations
Color information
#9F1872 (or 0x9F1872) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 72. RGB value is (159,24,114). Sum of RGB (Red+Green+Blue) = 159+24+114=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1872 is #60E78D. Grayscale: #4A4A4A. Windows color (decimal): -6350734 or 7477407. OLE color: 7477407.
HSL color Cylindrical-coordinate representation of color #9F1872: hue angle of 320º 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 #9F1872 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 114 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.38 |
| HSL | 320º | 0.74% | 0.36% | - |
| HSV(B) | 320º | 0.85% | 0.62% | - |
| XYZ | 17.66 | 9.24 | 16.77 | - |
| YUV | 74.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 114 | 0 | 0.85 | 0.28 | 0.38 | 320 | 0.74 | 0.36 |
| Hex | 9F | 18 | 72 | 0 | 55 | 1C | 26 | 140 | 4A | 24 |
| Octal | 237 | 30 | 162 | 0 | 125 | 34 | 46 | 500 | 112 | 44 |
| Binary | 10011111 | 11000 | 1110010 | 0 | 1010101 | 11100 | 100110 | 101000000 | 1001010 | 100100 |
Color Harmonies of #9F1872
Complementary color
Monochromatic Colors of #9F1872
Black with #9F1872
Text Example
Text Example
White with #9F1872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1872; }
p { color: rgb(159,24,114); }
H1.HeaderClassName
{
color: #9F1872;
}
.AnyTagClassName
{
color: #9F1872;
}
</style>
background-color css
<style>
a { background-color: #9F1872; }
a { background-color: rgb(159,24,114); }
div.DivClassName
{
background-color: #9F1872;
}
.BgClassName
{
background-color: #9F1872;
}
</style>
border-color css
<style>
span { border-color: #9F1872; }
span { border-color: rgb(159,24,114); }
td.TdClassName
{
border-color: #9F1872;
}
.TagClassName
{
border-color: #9F1872;
}
</style>