Shades of Jazzberry Jam #960C50
Tints of Jazzberry Jam #960C50
RGB
CMYK
RGB Variations
Color information
#960C50 (or 0x960C50) is known color: Jazzberry Jam. HEX triplet: 96, 0C and 50. RGB value is (150,12,80). Sum of RGB (Red+Green+Blue) = 150+12+80=242 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.98% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 150 - color contains mainly: red. Hex color #960C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960C50 is #69F3AF. Grayscale: #3C3C3C. Windows color (decimal): -6943664 or 5246102. OLE color: 5246102.
HSL color Cylindrical-coordinate representation of color #960C50: hue angle of 330.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960C50 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 12 | 80 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.41 |
| HSL | 330.43º | 0.85% | 0.32% | - |
| HSV(B) | 330.43º | 0.92% | 0.59% | - |
| XYZ | 14.16 | 7.33 | 8.26 | - |
| YUV | 61.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 80 | 0 | 0.92 | 0.47 | 0.41 | 330.43 | 0.85 | 0.32 |
| Hex | 96 | C | 50 | 0 | 5C | 2F | 29 | 14A | 55 | 20 |
| Octal | 226 | 14 | 120 | 0 | 134 | 57 | 51 | 512 | 125 | 40 |
| Binary | 10010110 | 1100 | 1010000 | 0 | 1011100 | 101111 | 101001 | 101001010 | 1010101 | 100000 |
Color Harmonies of #960C50
Complementary color
Monochromatic Colors of #960C50
Black with #960C50
Text Example
Text Example
White with #960C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960C50; }
p { color: rgb(150,12,80); }
H1.HeaderClassName
{
color: #960C50;
}
.AnyTagClassName
{
color: #960C50;
}
</style>
background-color css
<style>
a { background-color: #960C50; }
a { background-color: rgb(150,12,80); }
div.DivClassName
{
background-color: #960C50;
}
.BgClassName
{
background-color: #960C50;
}
</style>
border-color css
<style>
span { border-color: #960C50; }
span { border-color: rgb(150,12,80); }
td.TdClassName
{
border-color: #960C50;
}
.TagClassName
{
border-color: #960C50;
}
</style>