Shades of Jazzberry Jam #961966
Tints of Jazzberry Jam #961966
RGB
CMYK
RGB Variations
Color information
#961966 (or 0x961966) is known color: Jazzberry Jam. HEX triplet: 96, 19 and 66. RGB value is (150,25,102). Sum of RGB (Red+Green+Blue) = 150+25+102=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #961966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961966 is #69E699. Grayscale: #464646. Windows color (decimal): -6940314 or 6691222. OLE color: 6691222.
HSL color Cylindrical-coordinate representation of color #961966: hue angle of 323.04º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961966 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 25 | 102 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.41 |
| HSL | 323.04º | 0.71% | 0.34% | - |
| HSV(B) | 323.04º | 0.83% | 0.59% | - |
| XYZ | 15.32 | 8.14 | 13.33 | - |
| YUV | 71.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 102 | 0 | 0.83 | 0.32 | 0.41 | 323.04 | 0.71 | 0.34 |
| Hex | 96 | 19 | 66 | 0 | 53 | 20 | 29 | 143 | 47 | 22 |
| Octal | 226 | 31 | 146 | 0 | 123 | 40 | 51 | 503 | 107 | 42 |
| Binary | 10010110 | 11001 | 1100110 | 0 | 1010011 | 100000 | 101001 | 101000011 | 1000111 | 100010 |
Color Harmonies of #961966
Complementary color
Monochromatic Colors of #961966
Black with #961966
Text Example
Text Example
White with #961966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961966; }
p { color: rgb(150,25,102); }
H1.HeaderClassName
{
color: #961966;
}
.AnyTagClassName
{
color: #961966;
}
</style>
background-color css
<style>
a { background-color: #961966; }
a { background-color: rgb(150,25,102); }
div.DivClassName
{
background-color: #961966;
}
.BgClassName
{
background-color: #961966;
}
</style>
border-color css
<style>
span { border-color: #961966; }
span { border-color: rgb(150,25,102); }
td.TdClassName
{
border-color: #961966;
}
.TagClassName
{
border-color: #961966;
}
</style>