Shades of Jazzberry Jam #96115B
Tints of Jazzberry Jam #96115B
RGB
CMYK
RGB Variations
Color information
#96115B (or 0x96115B) is known color: Jazzberry Jam. HEX triplet: 96, 11 and 5B. RGB value is (150,17,91). Sum of RGB (Red+Green+Blue) = 150+17+91=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #96115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96115B is #69EEA4. Grayscale: #414141. Windows color (decimal): -6942373 or 5968278. OLE color: 5968278.
HSL color Cylindrical-coordinate representation of color #96115B: hue angle of 326.62º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96115B is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 91 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.41 |
| HSL | 326.62º | 0.8% | 0.33% | - |
| HSV(B) | 326.62º | 0.89% | 0.59% | - |
| XYZ | 14.67 | 7.64 | 10.6 | - |
| YUV | 65.2 | 142.56 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 91 | 0 | 0.89 | 0.39 | 0.41 | 326.62 | 0.8 | 0.33 |
| Hex | 96 | 11 | 5B | 0 | 59 | 27 | 29 | 147 | 50 | 21 |
| Octal | 226 | 21 | 133 | 0 | 131 | 47 | 51 | 507 | 120 | 41 |
| Binary | 10010110 | 10001 | 1011011 | 0 | 1011001 | 100111 | 101001 | 101000111 | 1010000 | 100001 |
Color Harmonies of #96115B
Complementary color
Monochromatic Colors of #96115B
Black with #96115B
Text Example
Text Example
White with #96115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96115B; }
p { color: rgb(150,17,91); }
H1.HeaderClassName
{
color: #96115B;
}
.AnyTagClassName
{
color: #96115B;
}
</style>
background-color css
<style>
a { background-color: #96115B; }
a { background-color: rgb(150,17,91); }
div.DivClassName
{
background-color: #96115B;
}
.BgClassName
{
background-color: #96115B;
}
</style>
border-color css
<style>
span { border-color: #96115B; }
span { border-color: rgb(150,17,91); }
td.TdClassName
{
border-color: #96115B;
}
.TagClassName
{
border-color: #96115B;
}
</style>