Shades of Jazzberry Jam #960F5C
Tints of Jazzberry Jam #960F5C
RGB
CMYK
RGB Variations
Color information
#960F5C (or 0x960F5C) is known color: Jazzberry Jam. HEX triplet: 96, 0F and 5C. RGB value is (150,15,92). Sum of RGB (Red+Green+Blue) = 150+15+92=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #960F5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960F5C is #69F0A3. Grayscale: #3F3F3F. Windows color (decimal): -6942884 or 6033302. OLE color: 6033302.
HSL color Cylindrical-coordinate representation of color #960F5C: hue angle of 325.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #960F5C is Cyan = 0, Magento = 0.9, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 15 | 92 | - |
| CMYK | 0 | 0.9 | 0.39 | 0.41 |
| HSL | 325.78º | 0.82% | 0.32% | - |
| HSV(B) | 325.78º | 0.9% | 0.59% | - |
| XYZ | 14.68 | 7.6 | 10.82 | - |
| YUV | 64.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 92 | 0 | 0.9 | 0.39 | 0.41 | 325.78 | 0.82 | 0.32 |
| Hex | 96 | F | 5C | 0 | 5A | 27 | 29 | 146 | 52 | 20 |
| Octal | 226 | 17 | 134 | 0 | 132 | 47 | 51 | 506 | 122 | 40 |
| Binary | 10010110 | 1111 | 1011100 | 0 | 1011010 | 100111 | 101001 | 101000110 | 1010010 | 100000 |
Color Harmonies of #960F5C
Complementary color
Monochromatic Colors of #960F5C
Black with #960F5C
Text Example
Text Example
White with #960F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960F5C; }
p { color: rgb(150,15,92); }
H1.HeaderClassName
{
color: #960F5C;
}
.AnyTagClassName
{
color: #960F5C;
}
</style>
background-color css
<style>
a { background-color: #960F5C; }
a { background-color: rgb(150,15,92); }
div.DivClassName
{
background-color: #960F5C;
}
.BgClassName
{
background-color: #960F5C;
}
</style>
border-color css
<style>
span { border-color: #960F5C; }
span { border-color: rgb(150,15,92); }
td.TdClassName
{
border-color: #960F5C;
}
.TagClassName
{
border-color: #960F5C;
}
</style>