Shades of Jazzberry Jam #991157
Tints of Jazzberry Jam #991157
RGB
CMYK
RGB Variations
Color information
#991157 (or 0x991157) is known color: Jazzberry Jam. HEX triplet: 99, 11 and 57. RGB value is (153,17,87). Sum of RGB (Red+Green+Blue) = 153+17+87=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #991157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991157 is #66EEA8. Grayscale: #414141. Windows color (decimal): -6745769 or 5706137. OLE color: 5706137.
HSL color Cylindrical-coordinate representation of color #991157: hue angle of 329.12º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991157 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 17 | 87 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.4 |
| HSL | 329.12º | 0.8% | 0.33% | - |
| HSV(B) | 329.12º | 0.89% | 0.6% | - |
| XYZ | 15.06 | 7.86 | 9.74 | - |
| YUV | 65.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 17 | 87 | 0 | 0.89 | 0.43 | 0.4 | 329.12 | 0.8 | 0.33 |
| Hex | 99 | 11 | 57 | 0 | 59 | 2B | 28 | 149 | 50 | 21 |
| Octal | 231 | 21 | 127 | 0 | 131 | 53 | 50 | 511 | 120 | 41 |
| Binary | 10011001 | 10001 | 1010111 | 0 | 1011001 | 101011 | 101000 | 101001001 | 1010000 | 100001 |
Color Harmonies of #991157
Complementary color
Monochromatic Colors of #991157
Black with #991157
Text Example
Text Example
White with #991157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991157; }
p { color: rgb(153,17,87); }
H1.HeaderClassName
{
color: #991157;
}
.AnyTagClassName
{
color: #991157;
}
</style>
background-color css
<style>
a { background-color: #991157; }
a { background-color: rgb(153,17,87); }
div.DivClassName
{
background-color: #991157;
}
.BgClassName
{
background-color: #991157;
}
</style>
border-color css
<style>
span { border-color: #991157; }
span { border-color: rgb(153,17,87); }
td.TdClassName
{
border-color: #991157;
}
.TagClassName
{
border-color: #991157;
}
</style>