Shades of Jazzberry Jam #990B60
Tints of Jazzberry Jam #990B60
RGB
CMYK
RGB Variations
Color information
#990B60 (or 0x990B60) is known color: Jazzberry Jam. HEX triplet: 99, 0B and 60. RGB value is (153,11,96). Sum of RGB (Red+Green+Blue) = 153+11+96=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #990B60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B60 is #66F49F. Grayscale: #3E3E3E. Windows color (decimal): -6747296 or 6294425. OLE color: 6294425.
HSL color Cylindrical-coordinate representation of color #990B60: hue angle of 324.08º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B60 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 96 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.4 |
| HSL | 324.08º | 0.87% | 0.32% | - |
| HSV(B) | 324.08º | 0.93% | 0.6% | - |
| XYZ | 15.37 | 7.86 | 11.77 | - |
| YUV | 63.15 | 146.54 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 96 | 0 | 0.93 | 0.37 | 0.4 | 324.08 | 0.87 | 0.32 |
| Hex | 99 | B | 60 | 0 | 5D | 25 | 28 | 144 | 57 | 20 |
| Octal | 231 | 13 | 140 | 0 | 135 | 45 | 50 | 504 | 127 | 40 |
| Binary | 10011001 | 1011 | 1100000 | 0 | 1011101 | 100101 | 101000 | 101000100 | 1010111 | 100000 |
Color Harmonies of #990B60
Complementary color
Monochromatic Colors of #990B60
Black with #990B60
Text Example
Text Example
White with #990B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B60; }
p { color: rgb(153,11,96); }
H1.HeaderClassName
{
color: #990B60;
}
.AnyTagClassName
{
color: #990B60;
}
</style>
background-color css
<style>
a { background-color: #990B60; }
a { background-color: rgb(153,11,96); }
div.DivClassName
{
background-color: #990B60;
}
.BgClassName
{
background-color: #990B60;
}
</style>
border-color css
<style>
span { border-color: #990B60; }
span { border-color: rgb(153,11,96); }
td.TdClassName
{
border-color: #990B60;
}
.TagClassName
{
border-color: #990B60;
}
</style>