Shades of Jazzberry Jam #961866
Tints of Jazzberry Jam #961866
RGB
CMYK
RGB Variations
Color information
#961866 (or 0x961866) is known color: Jazzberry Jam. HEX triplet: 96, 18 and 66. RGB value is (150,24,102). Sum of RGB (Red+Green+Blue) = 150+24+102=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #961866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961866 is #69E799. Grayscale: #464646. Windows color (decimal): -6940570 or 6690966. OLE color: 6690966.
HSL color Cylindrical-coordinate representation of color #961866: hue angle of 322.86º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961866 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 102 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.41 |
| HSL | 322.86º | 0.72% | 0.34% | - |
| HSV(B) | 322.86º | 0.84% | 0.59% | - |
| XYZ | 15.3 | 8.1 | 13.33 | - |
| YUV | 70.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 102 | 0 | 0.84 | 0.32 | 0.41 | 322.86 | 0.72 | 0.34 |
| Hex | 96 | 18 | 66 | 0 | 54 | 20 | 29 | 143 | 48 | 22 |
| Octal | 226 | 30 | 146 | 0 | 124 | 40 | 51 | 503 | 110 | 42 |
| Binary | 10010110 | 11000 | 1100110 | 0 | 1010100 | 100000 | 101001 | 101000011 | 1001000 | 100010 |
Color Harmonies of #961866
Complementary color
Monochromatic Colors of #961866
Black with #961866
Text Example
Text Example
White with #961866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961866; }
p { color: rgb(150,24,102); }
H1.HeaderClassName
{
color: #961866;
}
.AnyTagClassName
{
color: #961866;
}
</style>
background-color css
<style>
a { background-color: #961866; }
a { background-color: rgb(150,24,102); }
div.DivClassName
{
background-color: #961866;
}
.BgClassName
{
background-color: #961866;
}
</style>
border-color css
<style>
span { border-color: #961866; }
span { border-color: rgb(150,24,102); }
td.TdClassName
{
border-color: #961866;
}
.TagClassName
{
border-color: #961866;
}
</style>