Shades of Jazzberry Jam #921965
Tints of Jazzberry Jam #921965
RGB
CMYK
RGB Variations
Color information
#921965 (or 0x921965) is known color: Jazzberry Jam. HEX triplet: 92, 19 and 65. RGB value is (146,25,101). Sum of RGB (Red+Green+Blue) = 146+25+101=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #921965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921965 is #6DE69A. Grayscale: #454545. Windows color (decimal): -7202459 or 6625682. OLE color: 6625682.
HSL color Cylindrical-coordinate representation of color #921965: hue angle of 322.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 #921965 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 25 | 101 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.43 |
| HSL | 322.31º | 0.71% | 0.34% | - |
| HSV(B) | 322.31º | 0.83% | 0.57% | - |
| XYZ | 14.55 | 7.75 | 13.04 | - |
| YUV | 69.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 25 | 101 | 0 | 0.83 | 0.31 | 0.43 | 322.31 | 0.71 | 0.34 |
| Hex | 92 | 19 | 65 | 0 | 53 | 1F | 2B | 142 | 47 | 22 |
| Octal | 222 | 31 | 145 | 0 | 123 | 37 | 53 | 502 | 107 | 42 |
| Binary | 10010010 | 11001 | 1100101 | 0 | 1010011 | 11111 | 101011 | 101000010 | 1000111 | 100010 |
Color Harmonies of #921965
Complementary color
Monochromatic Colors of #921965
Black with #921965
Text Example
Text Example
White with #921965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921965; }
p { color: rgb(146,25,101); }
H1.HeaderClassName
{
color: #921965;
}
.AnyTagClassName
{
color: #921965;
}
</style>
background-color css
<style>
a { background-color: #921965; }
a { background-color: rgb(146,25,101); }
div.DivClassName
{
background-color: #921965;
}
.BgClassName
{
background-color: #921965;
}
</style>
border-color css
<style>
span { border-color: #921965; }
span { border-color: rgb(146,25,101); }
td.TdClassName
{
border-color: #921965;
}
.TagClassName
{
border-color: #921965;
}
</style>