Shades of Jazzberry Jam #931964
Tints of Jazzberry Jam #931964
RGB
CMYK
RGB Variations
Color information
#931964 (or 0x931964) is known color: Jazzberry Jam. HEX triplet: 93, 19 and 64. RGB value is (147,25,100). Sum of RGB (Red+Green+Blue) = 147+25+100=272 (36% of max value = 765). Red value is 147 (57.81% from 255 or 54.04% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 147 - color contains mainly: red. Hex color #931964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931964 is #6CE69B. Grayscale: #454545. Windows color (decimal): -7136924 or 6560147. OLE color: 6560147.
HSL color Cylindrical-coordinate representation of color #931964: hue angle of 323.11º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #931964 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 25 | 100 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.42 |
| HSL | 323.11º | 0.71% | 0.34% | - |
| HSV(B) | 323.11º | 0.83% | 0.58% | - |
| XYZ | 14.68 | 7.82 | 12.79 | - |
| YUV | 70.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 100 | 0 | 0.83 | 0.32 | 0.42 | 323.11 | 0.71 | 0.34 |
| Hex | 93 | 19 | 64 | 0 | 53 | 20 | 2A | 143 | 47 | 22 |
| Octal | 223 | 31 | 144 | 0 | 123 | 40 | 52 | 503 | 107 | 42 |
| Binary | 10010011 | 11001 | 1100100 | 0 | 1010011 | 100000 | 101010 | 101000011 | 1000111 | 100010 |
Color Harmonies of #931964
Complementary color
Monochromatic Colors of #931964
Black with #931964
Text Example
Text Example
White with #931964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931964; }
p { color: rgb(147,25,100); }
H1.HeaderClassName
{
color: #931964;
}
.AnyTagClassName
{
color: #931964;
}
</style>
background-color css
<style>
a { background-color: #931964; }
a { background-color: rgb(147,25,100); }
div.DivClassName
{
background-color: #931964;
}
.BgClassName
{
background-color: #931964;
}
</style>
border-color css
<style>
span { border-color: #931964; }
span { border-color: rgb(147,25,100); }
td.TdClassName
{
border-color: #931964;
}
.TagClassName
{
border-color: #931964;
}
</style>