Shades of Jazzberry Jam #990F57
Tints of Jazzberry Jam #990F57
RGB
CMYK
RGB Variations
Color information
#990F57 (or 0x990F57) is known color: Jazzberry Jam. HEX triplet: 99, 0F and 57. RGB value is (153,15,87). Sum of RGB (Red+Green+Blue) = 153+15+87=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #990F57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F57 is #66F0A8. Grayscale: #404040. Windows color (decimal): -6746281 or 5705625. OLE color: 5705625.
HSL color Cylindrical-coordinate representation of color #990F57: hue angle of 328.7º 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 #990F57 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 87 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.4 |
| HSL | 328.7º | 0.82% | 0.33% | - |
| HSV(B) | 328.7º | 0.9% | 0.6% | - |
| XYZ | 15.03 | 7.8 | 9.73 | - |
| YUV | 64.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 87 | 0 | 0.90 | 0.43 | 0.4 | 328.7 | 0.82 | 0.33 |
| Hex | 99 | F | 57 | 0 | 5A | 2B | 28 | 149 | 52 | 21 |
| Octal | 231 | 17 | 127 | 0 | 132 | 53 | 50 | 511 | 122 | 41 |
| Binary | 10011001 | 1111 | 1010111 | 0 | 1011010 | 101011 | 101000 | 101001001 | 1010010 | 100001 |
Color Harmonies of #990F57
Complementary color
Monochromatic Colors of #990F57
Black with #990F57
Text Example
Text Example
White with #990F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F57; }
p { color: rgb(153,15,87); }
H1.HeaderClassName
{
color: #990F57;
}
.AnyTagClassName
{
color: #990F57;
}
</style>
background-color css
<style>
a { background-color: #990F57; }
a { background-color: rgb(153,15,87); }
div.DivClassName
{
background-color: #990F57;
}
.BgClassName
{
background-color: #990F57;
}
</style>
border-color css
<style>
span { border-color: #990F57; }
span { border-color: rgb(153,15,87); }
td.TdClassName
{
border-color: #990F57;
}
.TagClassName
{
border-color: #990F57;
}
</style>