Shades of Jazzberry Jam #96145D
Tints of Jazzberry Jam #96145D
RGB
CMYK
RGB Variations
Color information
#96145D (or 0x96145D) is known color: Jazzberry Jam. HEX triplet: 96, 14 and 5D. RGB value is (150,20,93). Sum of RGB (Red+Green+Blue) = 150+20+93=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96145D is #69EBA2. Grayscale: #434343. Windows color (decimal): -6941603 or 6100118. OLE color: 6100118.
HSL color Cylindrical-coordinate representation of color #96145D: hue angle of 326.31º 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 #96145D is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 93 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.41 |
| HSL | 326.31º | 0.76% | 0.33% | - |
| HSV(B) | 326.31º | 0.87% | 0.59% | - |
| XYZ | 14.8 | 7.77 | 11.08 | - |
| YUV | 67.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 93 | 0 | 0.87 | 0.38 | 0.41 | 326.31 | 0.76 | 0.33 |
| Hex | 96 | 14 | 5D | 0 | 57 | 26 | 29 | 146 | 4C | 21 |
| Octal | 226 | 24 | 135 | 0 | 127 | 46 | 51 | 506 | 114 | 41 |
| Binary | 10010110 | 10100 | 1011101 | 0 | 1010111 | 100110 | 101001 | 101000110 | 1001100 | 100001 |
Color Harmonies of #96145D
Complementary color
Monochromatic Colors of #96145D
Black with #96145D
Text Example
Text Example
White with #96145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96145D; }
p { color: rgb(150,20,93); }
H1.HeaderClassName
{
color: #96145D;
}
.AnyTagClassName
{
color: #96145D;
}
</style>
background-color css
<style>
a { background-color: #96145D; }
a { background-color: rgb(150,20,93); }
div.DivClassName
{
background-color: #96145D;
}
.BgClassName
{
background-color: #96145D;
}
</style>
border-color css
<style>
span { border-color: #96145D; }
span { border-color: rgb(150,20,93); }
td.TdClassName
{
border-color: #96145D;
}
.TagClassName
{
border-color: #96145D;
}
</style>