Shades of Jazzberry Jam #96064E
Tints of Jazzberry Jam #96064E
RGB
CMYK
RGB Variations
Color information
#96064E (or 0x96064E) is known color: Jazzberry Jam. HEX triplet: 96, 06 and 4E. RGB value is (150,6,78). Sum of RGB (Red+Green+Blue) = 150+6+78=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #96064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96064E is #69F9B1. Grayscale: #393939. Windows color (decimal): -6945202 or 5113494. OLE color: 5113494.
HSL color Cylindrical-coordinate representation of color #96064E: hue angle of 330º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96064E is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 78 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.41 |
| HSL | 330º | 0.92% | 0.31% | - |
| HSV(B) | 330º | 0.96% | 0.59% | - |
| XYZ | 14.02 | 7.16 | 7.85 | - |
| YUV | 57.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 78 | 0 | 0.96 | 0.48 | 0.41 | 330 | 0.92 | 0.31 |
| Hex | 96 | 6 | 4E | 0 | 60 | 30 | 29 | 14A | 5C | 1F |
| Octal | 226 | 6 | 116 | 0 | 140 | 60 | 51 | 512 | 134 | 37 |
| Binary | 10010110 | 110 | 1001110 | 0 | 1100000 | 110000 | 101001 | 101001010 | 1011100 | 11111 |
Color Harmonies of #96064E
Complementary color
Monochromatic Colors of #96064E
Black with #96064E
Text Example
Text Example
White with #96064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96064E; }
p { color: rgb(150,6,78); }
H1.HeaderClassName
{
color: #96064E;
}
.AnyTagClassName
{
color: #96064E;
}
</style>
background-color css
<style>
a { background-color: #96064E; }
a { background-color: rgb(150,6,78); }
div.DivClassName
{
background-color: #96064E;
}
.BgClassName
{
background-color: #96064E;
}
</style>
border-color css
<style>
span { border-color: #96064E; }
span { border-color: rgb(150,6,78); }
td.TdClassName
{
border-color: #96064E;
}
.TagClassName
{
border-color: #96064E;
}
</style>