Shades of Jazzberry Jam #96084A
Tints of Jazzberry Jam #96084A
RGB
CMYK
RGB Variations
Color information
#96084A (or 0x96084A) is known color: Jazzberry Jam. HEX triplet: 96, 08 and 4A. RGB value is (150,8,74). Sum of RGB (Red+Green+Blue) = 150+8+74=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96084A is #69F7B5. Grayscale: #393939. Windows color (decimal): -6944694 or 4851862. OLE color: 4851862.
HSL color Cylindrical-coordinate representation of color #96084A: hue angle of 332.11º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96084A is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 8 | 74 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.41 |
| HSL | 332.11º | 0.9% | 0.31% | - |
| HSV(B) | 332.11º | 0.95% | 0.59% | - |
| XYZ | 13.9 | 7.15 | 7.13 | - |
| YUV | 57.98 | 137.04 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 8 | 74 | 0 | 0.95 | 0.51 | 0.41 | 332.11 | 0.9 | 0.31 |
| Hex | 96 | 8 | 4A | 0 | 5F | 33 | 29 | 14C | 5A | 1F |
| Octal | 226 | 10 | 112 | 0 | 137 | 63 | 51 | 514 | 132 | 37 |
| Binary | 10010110 | 1000 | 1001010 | 0 | 1011111 | 110011 | 101001 | 101001100 | 1011010 | 11111 |
Color Harmonies of #96084A
Complementary color
Monochromatic Colors of #96084A
Black with #96084A
Text Example
Text Example
White with #96084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96084A; }
p { color: rgb(150,8,74); }
H1.HeaderClassName
{
color: #96084A;
}
.AnyTagClassName
{
color: #96084A;
}
</style>
background-color css
<style>
a { background-color: #96084A; }
a { background-color: rgb(150,8,74); }
div.DivClassName
{
background-color: #96084A;
}
.BgClassName
{
background-color: #96084A;
}
</style>
border-color css
<style>
span { border-color: #96084A; }
span { border-color: rgb(150,8,74); }
td.TdClassName
{
border-color: #96084A;
}
.TagClassName
{
border-color: #96084A;
}
</style>