Shades of Jazzberry Jam #961863
Tints of Jazzberry Jam #961863
RGB
CMYK
RGB Variations
Color information
#961863 (or 0x961863) is known color: Jazzberry Jam. HEX triplet: 96, 18 and 63. RGB value is (150,24,99). Sum of RGB (Red+Green+Blue) = 150+24+99=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #961863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961863 is #69E79C. Grayscale: #464646. Windows color (decimal): -6940573 or 6494358. OLE color: 6494358.
HSL color Cylindrical-coordinate representation of color #961863: hue angle of 324.29º 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 #961863 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 99 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.41 |
| HSL | 324.29º | 0.72% | 0.34% | - |
| HSV(B) | 324.29º | 0.84% | 0.59% | - |
| XYZ | 15.16 | 8.04 | 12.56 | - |
| YUV | 70.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 99 | 0 | 0.84 | 0.34 | 0.41 | 324.29 | 0.72 | 0.34 |
| Hex | 96 | 18 | 63 | 0 | 54 | 22 | 29 | 144 | 48 | 22 |
| Octal | 226 | 30 | 143 | 0 | 124 | 42 | 51 | 504 | 110 | 42 |
| Binary | 10010110 | 11000 | 1100011 | 0 | 1010100 | 100010 | 101001 | 101000100 | 1001000 | 100010 |
Color Harmonies of #961863
Complementary color
Monochromatic Colors of #961863
Black with #961863
Text Example
Text Example
White with #961863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961863; }
p { color: rgb(150,24,99); }
H1.HeaderClassName
{
color: #961863;
}
.AnyTagClassName
{
color: #961863;
}
</style>
background-color css
<style>
a { background-color: #961863; }
a { background-color: rgb(150,24,99); }
div.DivClassName
{
background-color: #961863;
}
.BgClassName
{
background-color: #961863;
}
</style>
border-color css
<style>
span { border-color: #961863; }
span { border-color: rgb(150,24,99); }
td.TdClassName
{
border-color: #961863;
}
.TagClassName
{
border-color: #961863;
}
</style>