Shades of Jazzberry Jam #96155D
Tints of Jazzberry Jam #96155D
RGB
CMYK
RGB Variations
Color information
#96155D (or 0x96155D) is known color: Jazzberry Jam. HEX triplet: 96, 15 and 5D. RGB value is (150,21,93). Sum of RGB (Red+Green+Blue) = 150+21+93=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96155D is #69EAA2. Grayscale: #434343. Windows color (decimal): -6941347 or 6100374. OLE color: 6100374.
HSL color Cylindrical-coordinate representation of color #96155D: hue angle of 326.51º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96155D is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 21 | 93 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.41 |
| HSL | 326.51º | 0.75% | 0.34% | - |
| HSV(B) | 326.51º | 0.86% | 0.59% | - |
| XYZ | 14.82 | 7.81 | 11.08 | - |
| YUV | 67.78 | 142.24 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 93 | 0 | 0.86 | 0.38 | 0.41 | 326.51 | 0.75 | 0.34 |
| Hex | 96 | 15 | 5D | 0 | 56 | 26 | 29 | 147 | 4B | 22 |
| Octal | 226 | 25 | 135 | 0 | 126 | 46 | 51 | 507 | 113 | 42 |
| Binary | 10010110 | 10101 | 1011101 | 0 | 1010110 | 100110 | 101001 | 101000111 | 1001011 | 100010 |
Color Harmonies of #96155D
Complementary color
Monochromatic Colors of #96155D
Black with #96155D
Text Example
Text Example
White with #96155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96155D; }
p { color: rgb(150,21,93); }
H1.HeaderClassName
{
color: #96155D;
}
.AnyTagClassName
{
color: #96155D;
}
</style>
background-color css
<style>
a { background-color: #96155D; }
a { background-color: rgb(150,21,93); }
div.DivClassName
{
background-color: #96155D;
}
.BgClassName
{
background-color: #96155D;
}
</style>
border-color css
<style>
span { border-color: #96155D; }
span { border-color: rgb(150,21,93); }
td.TdClassName
{
border-color: #96155D;
}
.TagClassName
{
border-color: #96155D;
}
</style>