Shades of Jazzberry Jam #911964
Tints of Jazzberry Jam #911964
RGB
CMYK
RGB Variations
Color information
#911964 (or 0x911964) is known color: Jazzberry Jam. HEX triplet: 91, 19 and 64. RGB value is (145,25,100). Sum of RGB (Red+Green+Blue) = 145+25+100=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #911964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911964 is #6EE69B. Grayscale: #454545. Windows color (decimal): -7267996 or 6560145. OLE color: 6560145.
HSL color Cylindrical-coordinate representation of color #911964: hue angle of 322.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #911964 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 100 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.43 |
| HSL | 322.5º | 0.71% | 0.33% | - |
| HSV(B) | 322.5º | 0.83% | 0.57% | - |
| XYZ | 14.32 | 7.64 | 12.78 | - |
| YUV | 69.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 100 | 0 | 0.83 | 0.31 | 0.43 | 322.5 | 0.71 | 0.33 |
| Hex | 91 | 19 | 64 | 0 | 53 | 1F | 2B | 142 | 47 | 21 |
| Octal | 221 | 31 | 144 | 0 | 123 | 37 | 53 | 502 | 107 | 41 |
| Binary | 10010001 | 11001 | 1100100 | 0 | 1010011 | 11111 | 101011 | 101000010 | 1000111 | 100001 |
Color Harmonies of #911964
Complementary color
Monochromatic Colors of #911964
Black with #911964
Text Example
Text Example
White with #911964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911964; }
p { color: rgb(145,25,100); }
H1.HeaderClassName
{
color: #911964;
}
.AnyTagClassName
{
color: #911964;
}
</style>
background-color css
<style>
a { background-color: #911964; }
a { background-color: rgb(145,25,100); }
div.DivClassName
{
background-color: #911964;
}
.BgClassName
{
background-color: #911964;
}
</style>
border-color css
<style>
span { border-color: #911964; }
span { border-color: rgb(145,25,100); }
td.TdClassName
{
border-color: #911964;
}
.TagClassName
{
border-color: #911964;
}
</style>