Shades of Jazzberry Jam #96115A
Tints of Jazzberry Jam #96115A
RGB
CMYK
RGB Variations
Color information
#96115A (or 0x96115A) is known color: Jazzberry Jam. HEX triplet: 96, 11 and 5A. RGB value is (150,17,90). Sum of RGB (Red+Green+Blue) = 150+17+90=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #96115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96115A is #69EEA5. Grayscale: #404040. Windows color (decimal): -6942374 or 5902742. OLE color: 5902742.
HSL color Cylindrical-coordinate representation of color #96115A: hue angle of 327.07º 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 #96115A is Cyan = 0, Magento = 0.89, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 90 | - |
| CMYK | 0 | 0.89 | 0.4 | 0.41 |
| HSL | 327.07º | 0.8% | 0.33% | - |
| HSV(B) | 327.07º | 0.89% | 0.59% | - |
| XYZ | 14.62 | 7.62 | 10.37 | - |
| YUV | 65.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 90 | 0 | 0.89 | 0.4 | 0.41 | 327.07 | 0.8 | 0.33 |
| Hex | 96 | 11 | 5A | 0 | 59 | 28 | 29 | 147 | 50 | 21 |
| Octal | 226 | 21 | 132 | 0 | 131 | 50 | 51 | 507 | 120 | 41 |
| Binary | 10010110 | 10001 | 1011010 | 0 | 1011001 | 101000 | 101001 | 101000111 | 1010000 | 100001 |
Color Harmonies of #96115A
Complementary color
Monochromatic Colors of #96115A
Black with #96115A
Text Example
Text Example
White with #96115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96115A; }
p { color: rgb(150,17,90); }
H1.HeaderClassName
{
color: #96115A;
}
.AnyTagClassName
{
color: #96115A;
}
</style>
background-color css
<style>
a { background-color: #96115A; }
a { background-color: rgb(150,17,90); }
div.DivClassName
{
background-color: #96115A;
}
.BgClassName
{
background-color: #96115A;
}
</style>
border-color css
<style>
span { border-color: #96115A; }
span { border-color: rgb(150,17,90); }
td.TdClassName
{
border-color: #96115A;
}
.TagClassName
{
border-color: #96115A;
}
</style>