Shades of Jazzberry Jam #920F57
Tints of Jazzberry Jam #920F57
RGB
CMYK
RGB Variations
Color information
#920F57 (or 0x920F57) is known color: Jazzberry Jam. HEX triplet: 92, 0F and 57. RGB value is (146,15,87). Sum of RGB (Red+Green+Blue) = 146+15+87=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #920F57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920F57 is #6DF0A8. Grayscale: #3E3E3E. Windows color (decimal): -7205033 or 5705618. OLE color: 5705618.
HSL color Cylindrical-coordinate representation of color #920F57: hue angle of 327.02º 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 #920F57 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 15 | 87 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.43 |
| HSL | 327.02º | 0.81% | 0.32% | - |
| HSV(B) | 327.02º | 0.9% | 0.57% | - |
| XYZ | 13.75 | 7.14 | 9.67 | - |
| YUV | 62.38 | 141.9 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 87 | 0 | 0.90 | 0.40 | 0.43 | 327.02 | 0.81 | 0.32 |
| Hex | 92 | F | 57 | 0 | 5A | 28 | 2B | 147 | 51 | 20 |
| Octal | 222 | 17 | 127 | 0 | 132 | 50 | 53 | 507 | 121 | 40 |
| Binary | 10010010 | 1111 | 1010111 | 0 | 1011010 | 101000 | 101011 | 101000111 | 1010001 | 100000 |
Color Harmonies of #920F57
Complementary color
Monochromatic Colors of #920F57
Black with #920F57
Text Example
Text Example
White with #920F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920F57; }
p { color: rgb(146,15,87); }
H1.HeaderClassName
{
color: #920F57;
}
.AnyTagClassName
{
color: #920F57;
}
</style>
background-color css
<style>
a { background-color: #920F57; }
a { background-color: rgb(146,15,87); }
div.DivClassName
{
background-color: #920F57;
}
.BgClassName
{
background-color: #920F57;
}
</style>
border-color css
<style>
span { border-color: #920F57; }
span { border-color: rgb(146,15,87); }
td.TdClassName
{
border-color: #920F57;
}
.TagClassName
{
border-color: #920F57;
}
</style>