Shades of Jazzberry Jam #9F1966
Tints of Jazzberry Jam #9F1966
RGB
CMYK
RGB Variations
Color information
#9F1966 (or 0x9F1966) is known color: Jazzberry Jam. HEX triplet: 9F, 19 and 66. RGB value is (159,25,102). Sum of RGB (Red+Green+Blue) = 159+25+102=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1966 is #60E699. Grayscale: #494949. Windows color (decimal): -6350490 or 6691231. OLE color: 6691231.
HSL color Cylindrical-coordinate representation of color #9F1966: hue angle of 325.52º 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 #9F1966 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 25 | 102 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.38 |
| HSL | 325.52º | 0.73% | 0.36% | - |
| HSV(B) | 325.52º | 0.84% | 0.62% | - |
| XYZ | 17.04 | 9.03 | 13.41 | - |
| YUV | 73.84 | 143.89 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 25 | 102 | 0 | 0.84 | 0.36 | 0.38 | 325.52 | 0.73 | 0.36 |
| Hex | 9F | 19 | 66 | 0 | 54 | 24 | 26 | 146 | 49 | 24 |
| Octal | 237 | 31 | 146 | 0 | 124 | 44 | 46 | 506 | 111 | 44 |
| Binary | 10011111 | 11001 | 1100110 | 0 | 1010100 | 100100 | 100110 | 101000110 | 1001001 | 100100 |
Color Harmonies of #9F1966
Complementary color
Monochromatic Colors of #9F1966
Black with #9F1966
Text Example
Text Example
White with #9F1966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1966; }
p { color: rgb(159,25,102); }
H1.HeaderClassName
{
color: #9F1966;
}
.AnyTagClassName
{
color: #9F1966;
}
</style>
background-color css
<style>
a { background-color: #9F1966; }
a { background-color: rgb(159,25,102); }
div.DivClassName
{
background-color: #9F1966;
}
.BgClassName
{
background-color: #9F1966;
}
</style>
border-color css
<style>
span { border-color: #9F1966; }
span { border-color: rgb(159,25,102); }
td.TdClassName
{
border-color: #9F1966;
}
.TagClassName
{
border-color: #9F1966;
}
</style>