Shades of Jazzberry Jam #96145B
Tints of Jazzberry Jam #96145B
RGB
CMYK
RGB Variations
Color information
#96145B (or 0x96145B) is known color: Jazzberry Jam. HEX triplet: 96, 14 and 5B. RGB value is (150,20,91). Sum of RGB (Red+Green+Blue) = 150+20+91=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96145B is #69EBA4. Grayscale: #424242. Windows color (decimal): -6941605 or 5969046. OLE color: 5969046.
HSL color Cylindrical-coordinate representation of color #96145B: hue angle of 327.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96145B is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 91 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.41 |
| HSL | 327.23º | 0.76% | 0.33% | - |
| HSV(B) | 327.23º | 0.87% | 0.59% | - |
| XYZ | 14.72 | 7.74 | 10.62 | - |
| YUV | 66.96 | 141.57 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 91 | 0 | 0.87 | 0.39 | 0.41 | 327.23 | 0.76 | 0.33 |
| Hex | 96 | 14 | 5B | 0 | 57 | 27 | 29 | 147 | 4C | 21 |
| Octal | 226 | 24 | 133 | 0 | 127 | 47 | 51 | 507 | 114 | 41 |
| Binary | 10010110 | 10100 | 1011011 | 0 | 1010111 | 100111 | 101001 | 101000111 | 1001100 | 100001 |
Color Harmonies of #96145B
Complementary color
Monochromatic Colors of #96145B
Black with #96145B
Text Example
Text Example
White with #96145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96145B; }
p { color: rgb(150,20,91); }
H1.HeaderClassName
{
color: #96145B;
}
.AnyTagClassName
{
color: #96145B;
}
</style>
background-color css
<style>
a { background-color: #96145B; }
a { background-color: rgb(150,20,91); }
div.DivClassName
{
background-color: #96145B;
}
.BgClassName
{
background-color: #96145B;
}
</style>
border-color css
<style>
span { border-color: #96145B; }
span { border-color: rgb(150,20,91); }
td.TdClassName
{
border-color: #96145B;
}
.TagClassName
{
border-color: #96145B;
}
</style>