Shades of Jazzberry Jam #990750
Tints of Jazzberry Jam #990750
RGB
CMYK
RGB Variations
Color information
#990750 (or 0x990750) is known color: Jazzberry Jam. HEX triplet: 99, 07 and 50. RGB value is (153,7,80). Sum of RGB (Red+Green+Blue) = 153+7+80=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #990750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990750 is #66F8AF. Grayscale: #3A3A3A. Windows color (decimal): -6748336 or 5244825. OLE color: 5244825.
HSL color Cylindrical-coordinate representation of color #990750: hue angle of 330º 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 #990750 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 80 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.4 |
| HSL | 330º | 0.91% | 0.31% | - |
| HSV(B) | 330º | 0.95% | 0.6% | - |
| XYZ | 14.66 | 7.5 | 8.27 | - |
| YUV | 58.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 80 | 0 | 0.95 | 0.48 | 0.4 | 330 | 0.91 | 0.31 |
| Hex | 99 | 7 | 50 | 0 | 5F | 30 | 28 | 14A | 5B | 1F |
| Octal | 231 | 7 | 120 | 0 | 137 | 60 | 50 | 512 | 133 | 37 |
| Binary | 10011001 | 111 | 1010000 | 0 | 1011111 | 110000 | 101000 | 101001010 | 1011011 | 11111 |
Color Harmonies of #990750
Complementary color
Monochromatic Colors of #990750
Black with #990750
Text Example
Text Example
White with #990750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990750; }
p { color: rgb(153,7,80); }
H1.HeaderClassName
{
color: #990750;
}
.AnyTagClassName
{
color: #990750;
}
</style>
background-color css
<style>
a { background-color: #990750; }
a { background-color: rgb(153,7,80); }
div.DivClassName
{
background-color: #990750;
}
.BgClassName
{
background-color: #990750;
}
</style>
border-color css
<style>
span { border-color: #990750; }
span { border-color: rgb(153,7,80); }
td.TdClassName
{
border-color: #990750;
}
.TagClassName
{
border-color: #990750;
}
</style>