Shades of Jazzberry Jam #9F1873
Tints of Jazzberry Jam #9F1873
RGB
CMYK
RGB Variations
Color information
#9F1873 (or 0x9F1873) is known color: Jazzberry Jam. HEX triplet: 9F, 18 and 73. RGB value is (159,24,115). Sum of RGB (Red+Green+Blue) = 159+24+115=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1873 is #60E78C. Grayscale: #4A4A4A. Windows color (decimal): -6350733 or 7542943. OLE color: 7542943.
HSL color Cylindrical-coordinate representation of color #9F1873: hue angle of 319.56º 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 #9F1873 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 115 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.38 |
| HSL | 319.56º | 0.74% | 0.36% | - |
| HSV(B) | 319.56º | 0.85% | 0.62% | - |
| XYZ | 17.72 | 9.26 | 17.07 | - |
| YUV | 74.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 115 | 0 | 0.85 | 0.28 | 0.38 | 319.56 | 0.74 | 0.36 |
| Hex | 9F | 18 | 73 | 0 | 55 | 1C | 26 | 140 | 4A | 24 |
| Octal | 237 | 30 | 163 | 0 | 125 | 34 | 46 | 500 | 112 | 44 |
| Binary | 10011111 | 11000 | 1110011 | 0 | 1010101 | 11100 | 100110 | 101000000 | 1001010 | 100100 |
Color Harmonies of #9F1873
Complementary color
Monochromatic Colors of #9F1873
Black with #9F1873
Text Example
Text Example
White with #9F1873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1873; }
p { color: rgb(159,24,115); }
H1.HeaderClassName
{
color: #9F1873;
}
.AnyTagClassName
{
color: #9F1873;
}
</style>
background-color css
<style>
a { background-color: #9F1873; }
a { background-color: rgb(159,24,115); }
div.DivClassName
{
background-color: #9F1873;
}
.BgClassName
{
background-color: #9F1873;
}
</style>
border-color css
<style>
span { border-color: #9F1873; }
span { border-color: rgb(159,24,115); }
td.TdClassName
{
border-color: #9F1873;
}
.TagClassName
{
border-color: #9F1873;
}
</style>