Shades of Jazzberry Jam #910F57
Tints of Jazzberry Jam #910F57
RGB
CMYK
RGB Variations
Color information
#910F57 (or 0x910F57) is known color: Jazzberry Jam. HEX triplet: 91, 0F and 57. RGB value is (145,15,87). Sum of RGB (Red+Green+Blue) = 145+15+87=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #910F57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910F57 is #6EF0A8. Grayscale: #3D3D3D. Windows color (decimal): -7270569 or 5705617. OLE color: 5705617.
HSL color Cylindrical-coordinate representation of color #910F57: hue angle of 326.77º degrees, saturation: 0.81, 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 #910F57 is Cyan = 0, Magento = 0.90, Yellow = 0.4 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 87 | - |
| CMYK | 0 | 0.90 | 0.4 | 0.43 |
| HSL | 326.77º | 0.81% | 0.31% | - |
| HSV(B) | 326.77º | 0.9% | 0.57% | - |
| XYZ | 13.57 | 7.05 | 9.66 | - |
| YUV | 62.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 87 | 0 | 0.90 | 0.4 | 0.43 | 326.77 | 0.81 | 0.31 |
| Hex | 91 | F | 57 | 0 | 5A | 28 | 2B | 147 | 51 | 1F |
| Octal | 221 | 17 | 127 | 0 | 132 | 50 | 53 | 507 | 121 | 37 |
| Binary | 10010001 | 1111 | 1010111 | 0 | 1011010 | 101000 | 101011 | 101000111 | 1010001 | 11111 |
Color Harmonies of #910F57
Complementary color
Monochromatic Colors of #910F57
Black with #910F57
Text Example
Text Example
White with #910F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F57; }
p { color: rgb(145,15,87); }
H1.HeaderClassName
{
color: #910F57;
}
.AnyTagClassName
{
color: #910F57;
}
</style>
background-color css
<style>
a { background-color: #910F57; }
a { background-color: rgb(145,15,87); }
div.DivClassName
{
background-color: #910F57;
}
.BgClassName
{
background-color: #910F57;
}
</style>
border-color css
<style>
span { border-color: #910F57; }
span { border-color: rgb(145,15,87); }
td.TdClassName
{
border-color: #910F57;
}
.TagClassName
{
border-color: #910F57;
}
</style>