Shades of Jazzberry Jam #920144
Tints of Jazzberry Jam #920144
RGB
CMYK
RGB Variations
Color information
#920144 (or 0x920144) is known color: Jazzberry Jam. HEX triplet: 92, 01 and 44. RGB value is (146,1,68). Sum of RGB (Red+Green+Blue) = 146+1+68=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #920144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920144 is #6DFEBB. Grayscale: #333333. Windows color (decimal): -7208636 or 4456850. OLE color: 4456850.
HSL color Cylindrical-coordinate representation of color #920144: hue angle of 332.28º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920144 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.43 |
| HSL | 332.28º | 0.99% | 0.29% | - |
| HSV(B) | 332.28º | 0.99% | 0.57% | - |
| XYZ | 12.91 | 6.55 | 6.05 | - |
| YUV | 51.99 | 137.04 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 68 | 0 | 0.99 | 0.53 | 0.43 | 332.28 | 0.99 | 0.29 |
| Hex | 92 | 1 | 44 | 0 | 63 | 35 | 2B | 14C | 63 | 1D |
| Octal | 222 | 1 | 104 | 0 | 143 | 65 | 53 | 514 | 143 | 35 |
| Binary | 10010010 | 1 | 1000100 | 0 | 1100011 | 110101 | 101011 | 101001100 | 1100011 | 11101 |
Color Harmonies of #920144
Complementary color
Monochromatic Colors of #920144
Black with #920144
Text Example
Text Example
White with #920144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920144; }
p { color: rgb(146,1,68); }
H1.HeaderClassName
{
color: #920144;
}
.AnyTagClassName
{
color: #920144;
}
</style>
background-color css
<style>
a { background-color: #920144; }
a { background-color: rgb(146,1,68); }
div.DivClassName
{
background-color: #920144;
}
.BgClassName
{
background-color: #920144;
}
</style>
border-color css
<style>
span { border-color: #920144; }
span { border-color: rgb(146,1,68); }
td.TdClassName
{
border-color: #920144;
}
.TagClassName
{
border-color: #920144;
}
</style>