Shades of Jazzberry Jam #921963
Tints of Jazzberry Jam #921963
RGB
CMYK
RGB Variations
Color information
#921963 (or 0x921963) is known color: Jazzberry Jam. HEX triplet: 92, 19 and 63. RGB value is (146,25,99). Sum of RGB (Red+Green+Blue) = 146+25+99=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #921963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921963 is #6DE69C. Grayscale: #454545. Windows color (decimal): -7202461 or 6494610. OLE color: 6494610.
HSL color Cylindrical-coordinate representation of color #921963: hue angle of 323.31º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921963 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 99 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.43 |
| HSL | 323.31º | 0.71% | 0.34% | - |
| HSV(B) | 323.31º | 0.83% | 0.57% | - |
| XYZ | 14.45 | 7.71 | 12.53 | - |
| YUV | 69.62 | 144.59 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 99 | 0 | 0.83 | 0.32 | 0.43 | 323.31 | 0.71 | 0.34 |
| Hex | 92 | 19 | 63 | 0 | 53 | 20 | 2B | 143 | 47 | 22 |
| Octal | 222 | 31 | 143 | 0 | 123 | 40 | 53 | 503 | 107 | 42 |
| Binary | 10010010 | 11001 | 1100011 | 0 | 1010011 | 100000 | 101011 | 101000011 | 1000111 | 100010 |
Color Harmonies of #921963
Complementary color
Monochromatic Colors of #921963
Black with #921963
Text Example
Text Example
White with #921963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921963; }
p { color: rgb(146,25,99); }
H1.HeaderClassName
{
color: #921963;
}
.AnyTagClassName
{
color: #921963;
}
</style>
background-color css
<style>
a { background-color: #921963; }
a { background-color: rgb(146,25,99); }
div.DivClassName
{
background-color: #921963;
}
.BgClassName
{
background-color: #921963;
}
</style>
border-color css
<style>
span { border-color: #921963; }
span { border-color: rgb(146,25,99); }
td.TdClassName
{
border-color: #921963;
}
.TagClassName
{
border-color: #921963;
}
</style>