Shades of Jazzberry Jam #920E56
Tints of Jazzberry Jam #920E56
RGB
CMYK
RGB Variations
Color information
#920E56 (or 0x920E56) is known color: Jazzberry Jam. HEX triplet: 92, 0E and 56. RGB value is (146,14,86). Sum of RGB (Red+Green+Blue) = 146+14+86=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #920E56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920E56 is #6DF1A9. Grayscale: #3D3D3D. Windows color (decimal): -7205290 or 5639826. OLE color: 5639826.
HSL color Cylindrical-coordinate representation of color #920E56: hue angle of 327.27º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E56 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 14 | 86 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.43 |
| HSL | 327.27º | 0.83% | 0.31% | - |
| HSV(B) | 327.27º | 0.9% | 0.57% | - |
| XYZ | 13.69 | 7.1 | 9.45 | - |
| YUV | 61.68 | 141.73 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 86 | 0 | 0.90 | 0.41 | 0.43 | 327.27 | 0.83 | 0.31 |
| Hex | 92 | E | 56 | 0 | 5A | 29 | 2B | 147 | 52 | 1F |
| Octal | 222 | 16 | 126 | 0 | 132 | 51 | 53 | 507 | 122 | 37 |
| Binary | 10010010 | 1110 | 1010110 | 0 | 1011010 | 101001 | 101011 | 101000111 | 1010010 | 11111 |
Color Harmonies of #920E56
Complementary color
Monochromatic Colors of #920E56
Black with #920E56
Text Example
Text Example
White with #920E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920E56; }
p { color: rgb(146,14,86); }
H1.HeaderClassName
{
color: #920E56;
}
.AnyTagClassName
{
color: #920E56;
}
</style>
background-color css
<style>
a { background-color: #920E56; }
a { background-color: rgb(146,14,86); }
div.DivClassName
{
background-color: #920E56;
}
.BgClassName
{
background-color: #920E56;
}
</style>
border-color css
<style>
span { border-color: #920E56; }
span { border-color: rgb(146,14,86); }
td.TdClassName
{
border-color: #920E56;
}
.TagClassName
{
border-color: #920E56;
}
</style>