Shades of Jazzberry Jam #960050
Tints of Jazzberry Jam #960050
RGB
CMYK
RGB Variations
Color information
#960050 (or 0x960050) is known color: Jazzberry Jam. HEX triplet: 96, 00 and 50. RGB value is (150,0,80). Sum of RGB (Red+Green+Blue) = 150+0+80=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #960050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960050 is #69FFAF. Grayscale: #353535. Windows color (decimal): -6946736 or 5243030. OLE color: 5243030.
HSL color Cylindrical-coordinate representation of color #960050: hue angle of 328º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960050 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.47 | 0.41 |
| HSL | 328º | 1% | 0.29% | - |
| HSV(B) | 328º | 1% | 0.59% | - |
| XYZ | 14.03 | 7.06 | 8.21 | - |
| YUV | 53.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 80 | 0 | 1 | 0.47 | 0.41 | 328 | 1 | 0.29 |
| Hex | 96 | 0 | 50 | 0 | 64 | 2F | 29 | 148 | 64 | 1D |
| Octal | 226 | 0 | 120 | 0 | 144 | 57 | 51 | 510 | 144 | 35 |
| Binary | 10010110 | 0 | 1010000 | 0 | 1100100 | 101111 | 101001 | 101001000 | 1100100 | 11101 |
Color Harmonies of #960050
Complementary color
Monochromatic Colors of #960050
Black with #960050
Text Example
Text Example
White with #960050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960050; }
p { color: rgb(150,0,80); }
H1.HeaderClassName
{
color: #960050;
}
.AnyTagClassName
{
color: #960050;
}
</style>
background-color css
<style>
a { background-color: #960050; }
a { background-color: rgb(150,0,80); }
div.DivClassName
{
background-color: #960050;
}
.BgClassName
{
background-color: #960050;
}
</style>
border-color css
<style>
span { border-color: #960050; }
span { border-color: rgb(150,0,80); }
td.TdClassName
{
border-color: #960050;
}
.TagClassName
{
border-color: #960050;
}
</style>