Shades of Jazzberry Jam #990C60
Tints of Jazzberry Jam #990C60
RGB
CMYK
RGB Variations
Color information
#990C60 (or 0x990C60) is known color: Jazzberry Jam. HEX triplet: 99, 0C and 60. RGB value is (153,12,96). Sum of RGB (Red+Green+Blue) = 153+12+96=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #990C60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C60 is #66F39F. Grayscale: #3F3F3F. Windows color (decimal): -6747040 or 6294681. OLE color: 6294681.
HSL color Cylindrical-coordinate representation of color #990C60: hue angle of 324.26º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C60 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 96 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.4 |
| HSL | 324.26º | 0.85% | 0.32% | - |
| HSV(B) | 324.26º | 0.92% | 0.6% | - |
| XYZ | 15.38 | 7.88 | 11.78 | - |
| YUV | 63.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 96 | 0 | 0.92 | 0.37 | 0.4 | 324.26 | 0.85 | 0.32 |
| Hex | 99 | C | 60 | 0 | 5C | 25 | 28 | 144 | 55 | 20 |
| Octal | 231 | 14 | 140 | 0 | 134 | 45 | 50 | 504 | 125 | 40 |
| Binary | 10011001 | 1100 | 1100000 | 0 | 1011100 | 100101 | 101000 | 101000100 | 1010101 | 100000 |
Color Harmonies of #990C60
Complementary color
Monochromatic Colors of #990C60
Black with #990C60
Text Example
Text Example
White with #990C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C60; }
p { color: rgb(153,12,96); }
H1.HeaderClassName
{
color: #990C60;
}
.AnyTagClassName
{
color: #990C60;
}
</style>
background-color css
<style>
a { background-color: #990C60; }
a { background-color: rgb(153,12,96); }
div.DivClassName
{
background-color: #990C60;
}
.BgClassName
{
background-color: #990C60;
}
</style>
border-color css
<style>
span { border-color: #990C60; }
span { border-color: rgb(153,12,96); }
td.TdClassName
{
border-color: #990C60;
}
.TagClassName
{
border-color: #990C60;
}
</style>