Shades of Jazzberry Jam #9F1973
Tints of Jazzberry Jam #9F1973
RGB
CMYK
RGB Variations
Color information
#9F1973 (or 0x9F1973) is known color: Jazzberry Jam. HEX triplet: 9F, 19 and 73. RGB value is (159,25,115). Sum of RGB (Red+Green+Blue) = 159+25+115=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1973 is #60E68C. Grayscale: #4B4B4B. Windows color (decimal): -6350477 or 7543199. OLE color: 7543199.
HSL color Cylindrical-coordinate representation of color #9F1973: hue angle of 319.7º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1973 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 115 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.38 |
| HSL | 319.7º | 0.73% | 0.36% | - |
| HSV(B) | 319.7º | 0.84% | 0.62% | - |
| XYZ | 17.74 | 9.3 | 17.08 | - |
| YUV | 75.33 | 150.39 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 115 | 0 | 0.84 | 0.28 | 0.38 | 319.7 | 0.73 | 0.36 |
| Hex | 9F | 19 | 73 | 0 | 54 | 1C | 26 | 140 | 49 | 24 |
| Octal | 237 | 31 | 163 | 0 | 124 | 34 | 46 | 500 | 111 | 44 |
| Binary | 10011111 | 11001 | 1110011 | 0 | 1010100 | 11100 | 100110 | 101000000 | 1001001 | 100100 |
Color Harmonies of #9F1973
Complementary color
Monochromatic Colors of #9F1973
Black with #9F1973
Text Example
Text Example
White with #9F1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1973; }
p { color: rgb(159,25,115); }
H1.HeaderClassName
{
color: #9F1973;
}
.AnyTagClassName
{
color: #9F1973;
}
</style>
background-color css
<style>
a { background-color: #9F1973; }
a { background-color: rgb(159,25,115); }
div.DivClassName
{
background-color: #9F1973;
}
.BgClassName
{
background-color: #9F1973;
}
</style>
border-color css
<style>
span { border-color: #9F1973; }
span { border-color: rgb(159,25,115); }
td.TdClassName
{
border-color: #9F1973;
}
.TagClassName
{
border-color: #9F1973;
}
</style>