Shades of Jazzberry Jam #96114C
Tints of Jazzberry Jam #96114C
RGB
CMYK
RGB Variations
Color information
#96114C (or 0x96114C) is known color: Jazzberry Jam. HEX triplet: 96, 11 and 4C. RGB value is (150,17,76). Sum of RGB (Red+Green+Blue) = 150+17+76=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #96114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96114C is #69EEB3. Grayscale: #3F3F3F. Windows color (decimal): -6942388 or 4985238. OLE color: 4985238.
HSL color Cylindrical-coordinate representation of color #96114C: hue angle of 333.38º 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 #96114C is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 76 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.41 |
| HSL | 333.38º | 0.8% | 0.33% | - |
| HSV(B) | 333.38º | 0.89% | 0.59% | - |
| XYZ | 14.08 | 7.41 | 7.52 | - |
| YUV | 63.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 76 | 0 | 0.89 | 0.49 | 0.41 | 333.38 | 0.8 | 0.33 |
| Hex | 96 | 11 | 4C | 0 | 59 | 31 | 29 | 14D | 50 | 21 |
| Octal | 226 | 21 | 114 | 0 | 131 | 61 | 51 | 515 | 120 | 41 |
| Binary | 10010110 | 10001 | 1001100 | 0 | 1011001 | 110001 | 101001 | 101001101 | 1010000 | 100001 |
Color Harmonies of #96114C
Complementary color
Monochromatic Colors of #96114C
Black with #96114C
Text Example
Text Example
White with #96114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96114C; }
p { color: rgb(150,17,76); }
H1.HeaderClassName
{
color: #96114C;
}
.AnyTagClassName
{
color: #96114C;
}
</style>
background-color css
<style>
a { background-color: #96114C; }
a { background-color: rgb(150,17,76); }
div.DivClassName
{
background-color: #96114C;
}
.BgClassName
{
background-color: #96114C;
}
</style>
border-color css
<style>
span { border-color: #96114C; }
span { border-color: rgb(150,17,76); }
td.TdClassName
{
border-color: #96114C;
}
.TagClassName
{
border-color: #96114C;
}
</style>