Shades of Jazzberry Jam #920F56
Tints of Jazzberry Jam #920F56
RGB
CMYK
RGB Variations
Color information
#920F56 (or 0x920F56) is known color: Jazzberry Jam. HEX triplet: 92, 0F and 56. RGB value is (146,15,86). Sum of RGB (Red+Green+Blue) = 146+15+86=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #920F56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920F56 is #6DF0A9. Grayscale: #3E3E3E. Windows color (decimal): -7205034 or 5640082. OLE color: 5640082.
HSL color Cylindrical-coordinate representation of color #920F56: hue angle of 327.48º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F56 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 15 | 86 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.43 |
| HSL | 327.48º | 0.81% | 0.32% | - |
| HSV(B) | 327.48º | 0.9% | 0.57% | - |
| XYZ | 13.7 | 7.12 | 9.46 | - |
| YUV | 62.26 | 141.4 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 86 | 0 | 0.90 | 0.41 | 0.43 | 327.48 | 0.81 | 0.32 |
| Hex | 92 | F | 56 | 0 | 5A | 29 | 2B | 147 | 51 | 20 |
| Octal | 222 | 17 | 126 | 0 | 132 | 51 | 53 | 507 | 121 | 40 |
| Binary | 10010010 | 1111 | 1010110 | 0 | 1011010 | 101001 | 101011 | 101000111 | 1010001 | 100000 |
Color Harmonies of #920F56
Complementary color
Monochromatic Colors of #920F56
Black with #920F56
Text Example
Text Example
White with #920F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920F56; }
p { color: rgb(146,15,86); }
H1.HeaderClassName
{
color: #920F56;
}
.AnyTagClassName
{
color: #920F56;
}
</style>
background-color css
<style>
a { background-color: #920F56; }
a { background-color: rgb(146,15,86); }
div.DivClassName
{
background-color: #920F56;
}
.BgClassName
{
background-color: #920F56;
}
</style>
border-color css
<style>
span { border-color: #920F56; }
span { border-color: rgb(146,15,86); }
td.TdClassName
{
border-color: #920F56;
}
.TagClassName
{
border-color: #920F56;
}
</style>