Shades of Jazzberry Jam #991566
Tints of Jazzberry Jam #991566
RGB
CMYK
RGB Variations
Color information
#991566 (or 0x991566) is known color: Jazzberry Jam. HEX triplet: 99, 15 and 66. RGB value is (153,21,102). Sum of RGB (Red+Green+Blue) = 153+21+102=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #991566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991566 is #66EA99. Grayscale: #454545. Windows color (decimal): -6744730 or 6690201. OLE color: 6690201.
HSL color Cylindrical-coordinate representation of color #991566: hue angle of 323.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991566 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 21 | 102 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.4 |
| HSL | 323.18º | 0.76% | 0.34% | - |
| HSV(B) | 323.18º | 0.86% | 0.6% | - |
| XYZ | 15.8 | 8.27 | 13.33 | - |
| YUV | 69.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 102 | 0 | 0.86 | 0.33 | 0.4 | 323.18 | 0.76 | 0.34 |
| Hex | 99 | 15 | 66 | 0 | 56 | 21 | 28 | 143 | 4C | 22 |
| Octal | 231 | 25 | 146 | 0 | 126 | 41 | 50 | 503 | 114 | 42 |
| Binary | 10011001 | 10101 | 1100110 | 0 | 1010110 | 100001 | 101000 | 101000011 | 1001100 | 100010 |
Color Harmonies of #991566
Complementary color
Monochromatic Colors of #991566
Black with #991566
Text Example
Text Example
White with #991566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991566; }
p { color: rgb(153,21,102); }
H1.HeaderClassName
{
color: #991566;
}
.AnyTagClassName
{
color: #991566;
}
</style>
background-color css
<style>
a { background-color: #991566; }
a { background-color: rgb(153,21,102); }
div.DivClassName
{
background-color: #991566;
}
.BgClassName
{
background-color: #991566;
}
</style>
border-color css
<style>
span { border-color: #991566; }
span { border-color: rgb(153,21,102); }
td.TdClassName
{
border-color: #991566;
}
.TagClassName
{
border-color: #991566;
}
</style>