Shades of Jazzberry Jam #9F196A
Tints of Jazzberry Jam #9F196A
RGB
CMYK
RGB Variations
Color information
#9F196A (or 0x9F196A) is known color: Jazzberry Jam. HEX triplet: 9F, 19 and 6A. RGB value is (159,25,106). Sum of RGB (Red+Green+Blue) = 159+25+106=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F196A is #60E695. Grayscale: #4A4A4A. Windows color (decimal): -6350486 or 6953375. OLE color: 6953375.
HSL color Cylindrical-coordinate representation of color #9F196A: hue angle of 323.73º 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 #9F196A is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 106 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.38 |
| HSL | 323.73º | 0.73% | 0.36% | - |
| HSV(B) | 323.73º | 0.84% | 0.62% | - |
| XYZ | 17.25 | 9.11 | 14.48 | - |
| YUV | 74.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 106 | 0 | 0.84 | 0.33 | 0.38 | 323.73 | 0.73 | 0.36 |
| Hex | 9F | 19 | 6A | 0 | 54 | 21 | 26 | 144 | 49 | 24 |
| Octal | 237 | 31 | 152 | 0 | 124 | 41 | 46 | 504 | 111 | 44 |
| Binary | 10011111 | 11001 | 1101010 | 0 | 1010100 | 100001 | 100110 | 101000100 | 1001001 | 100100 |
Color Harmonies of #9F196A
Complementary color
Monochromatic Colors of #9F196A
Black with #9F196A
Text Example
Text Example
White with #9F196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F196A; }
p { color: rgb(159,25,106); }
H1.HeaderClassName
{
color: #9F196A;
}
.AnyTagClassName
{
color: #9F196A;
}
</style>
background-color css
<style>
a { background-color: #9F196A; }
a { background-color: rgb(159,25,106); }
div.DivClassName
{
background-color: #9F196A;
}
.BgClassName
{
background-color: #9F196A;
}
</style>
border-color css
<style>
span { border-color: #9F196A; }
span { border-color: rgb(159,25,106); }
td.TdClassName
{
border-color: #9F196A;
}
.TagClassName
{
border-color: #9F196A;
}
</style>