Shades of Jazzberry Jam #960248
Tints of Jazzberry Jam #960248
RGB
CMYK
RGB Variations
Color information
#960248 (or 0x960248) is known color: Jazzberry Jam. HEX triplet: 96, 02 and 48. RGB value is (150,2,72). Sum of RGB (Red+Green+Blue) = 150+2+72=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #960248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960248 is #69FDB7. Grayscale: #363636. Windows color (decimal): -6946232 or 4719254. OLE color: 4719254.
HSL color Cylindrical-coordinate representation of color #960248: hue angle of 331.62º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960248 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.41 |
| HSL | 331.62º | 0.97% | 0.3% | - |
| HSV(B) | 331.62º | 0.99% | 0.59% | - |
| XYZ | 13.77 | 7 | 6.76 | - |
| YUV | 54.23 | 138.03 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 72 | 0 | 0.99 | 0.52 | 0.41 | 331.62 | 0.97 | 0.3 |
| Hex | 96 | 2 | 48 | 0 | 63 | 34 | 29 | 14C | 61 | 1E |
| Octal | 226 | 2 | 110 | 0 | 143 | 64 | 51 | 514 | 141 | 36 |
| Binary | 10010110 | 10 | 1001000 | 0 | 1100011 | 110100 | 101001 | 101001100 | 1100001 | 11110 |
Color Harmonies of #960248
Complementary color
Monochromatic Colors of #960248
Black with #960248
Text Example
Text Example
White with #960248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960248; }
p { color: rgb(150,2,72); }
H1.HeaderClassName
{
color: #960248;
}
.AnyTagClassName
{
color: #960248;
}
</style>
background-color css
<style>
a { background-color: #960248; }
a { background-color: rgb(150,2,72); }
div.DivClassName
{
background-color: #960248;
}
.BgClassName
{
background-color: #960248;
}
</style>
border-color css
<style>
span { border-color: #960248; }
span { border-color: rgb(150,2,72); }
td.TdClassName
{
border-color: #960248;
}
.TagClassName
{
border-color: #960248;
}
</style>