Shades of Jazzberry Jam #990759
Tints of Jazzberry Jam #990759
RGB
CMYK
RGB Variations
Color information
#990759 (or 0x990759) is known color: Jazzberry Jam. HEX triplet: 99, 07 and 59. RGB value is (153,7,89). Sum of RGB (Red+Green+Blue) = 153+7+89=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #990759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990759 is #66F8A6. Grayscale: #3B3B3B. Windows color (decimal): -6748327 or 5834649. OLE color: 5834649.
HSL color Cylindrical-coordinate representation of color #990759: hue angle of 326.3º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990759 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 89 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.4 |
| HSL | 326.3º | 0.91% | 0.31% | - |
| HSV(B) | 326.3º | 0.95% | 0.6% | - |
| XYZ | 15.02 | 7.65 | 10.14 | - |
| YUV | 60 | 144.37 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 89 | 0 | 0.95 | 0.42 | 0.4 | 326.3 | 0.91 | 0.31 |
| Hex | 99 | 7 | 59 | 0 | 5F | 2A | 28 | 146 | 5B | 1F |
| Octal | 231 | 7 | 131 | 0 | 137 | 52 | 50 | 506 | 133 | 37 |
| Binary | 10011001 | 111 | 1011001 | 0 | 1011111 | 101010 | 101000 | 101000110 | 1011011 | 11111 |
Color Harmonies of #990759
Complementary color
Monochromatic Colors of #990759
Black with #990759
Text Example
Text Example
White with #990759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990759; }
p { color: rgb(153,7,89); }
H1.HeaderClassName
{
color: #990759;
}
.AnyTagClassName
{
color: #990759;
}
</style>
background-color css
<style>
a { background-color: #990759; }
a { background-color: rgb(153,7,89); }
div.DivClassName
{
background-color: #990759;
}
.BgClassName
{
background-color: #990759;
}
</style>
border-color css
<style>
span { border-color: #990759; }
span { border-color: rgb(153,7,89); }
td.TdClassName
{
border-color: #990759;
}
.TagClassName
{
border-color: #990759;
}
</style>