Shades of Jazzberry Jam #990F56
Tints of Jazzberry Jam #990F56
RGB
CMYK
RGB Variations
Color information
#990F56 (or 0x990F56) is known color: Jazzberry Jam. HEX triplet: 99, 0F and 56. RGB value is (153,15,86). Sum of RGB (Red+Green+Blue) = 153+15+86=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #990F56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F56 is #66F0A9. Grayscale: #404040. Windows color (decimal): -6746282 or 5640089. OLE color: 5640089.
HSL color Cylindrical-coordinate representation of color #990F56: hue angle of 329.13º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F56 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 86 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.4 |
| HSL | 329.13º | 0.82% | 0.33% | - |
| HSV(B) | 329.13º | 0.9% | 0.6% | - |
| XYZ | 14.99 | 7.79 | 9.52 | - |
| YUV | 64.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 86 | 0 | 0.90 | 0.44 | 0.4 | 329.13 | 0.82 | 0.33 |
| Hex | 99 | F | 56 | 0 | 5A | 2C | 28 | 149 | 52 | 21 |
| Octal | 231 | 17 | 126 | 0 | 132 | 54 | 50 | 511 | 122 | 41 |
| Binary | 10011001 | 1111 | 1010110 | 0 | 1011010 | 101100 | 101000 | 101001001 | 1010010 | 100001 |
Color Harmonies of #990F56
Complementary color
Monochromatic Colors of #990F56
Black with #990F56
Text Example
Text Example
White with #990F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F56; }
p { color: rgb(153,15,86); }
H1.HeaderClassName
{
color: #990F56;
}
.AnyTagClassName
{
color: #990F56;
}
</style>
background-color css
<style>
a { background-color: #990F56; }
a { background-color: rgb(153,15,86); }
div.DivClassName
{
background-color: #990F56;
}
.BgClassName
{
background-color: #990F56;
}
</style>
border-color css
<style>
span { border-color: #990F56; }
span { border-color: rgb(153,15,86); }
td.TdClassName
{
border-color: #990F56;
}
.TagClassName
{
border-color: #990F56;
}
</style>