Shades of Jazzberry Jam #991E66
Tints of Jazzberry Jam #991E66
RGB
CMYK
RGB Variations
Color information
#991E66 (or 0x991E66) is known color: Jazzberry Jam. HEX triplet: 99, 1E and 66. RGB value is (153,30,102). Sum of RGB (Red+Green+Blue) = 153+30+102=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #991E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E66 is #66E199. Grayscale: #4A4A4A. Windows color (decimal): -6742426 or 6692505. OLE color: 6692505.
HSL color Cylindrical-coordinate representation of color #991E66: hue angle of 324.88º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E66 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 30 | 102 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.4 |
| HSL | 324.88º | 0.67% | 0.36% | - |
| HSV(B) | 324.88º | 0.8% | 0.6% | - |
| XYZ | 16 | 8.66 | 13.4 | - |
| YUV | 74.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 30 | 102 | 0 | 0.80 | 0.33 | 0.4 | 324.88 | 0.67 | 0.36 |
| Hex | 99 | 1E | 66 | 0 | 50 | 21 | 28 | 145 | 43 | 24 |
| Octal | 231 | 36 | 146 | 0 | 120 | 41 | 50 | 505 | 103 | 44 |
| Binary | 10011001 | 11110 | 1100110 | 0 | 1010000 | 100001 | 101000 | 101000101 | 1000011 | 100100 |
Color Harmonies of #991E66
Complementary color
Monochromatic Colors of #991E66
Black with #991E66
Text Example
Text Example
White with #991E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991E66; }
p { color: rgb(153,30,102); }
H1.HeaderClassName
{
color: #991E66;
}
.AnyTagClassName
{
color: #991E66;
}
</style>
background-color css
<style>
a { background-color: #991E66; }
a { background-color: rgb(153,30,102); }
div.DivClassName
{
background-color: #991E66;
}
.BgClassName
{
background-color: #991E66;
}
</style>
border-color css
<style>
span { border-color: #991E66; }
span { border-color: rgb(153,30,102); }
td.TdClassName
{
border-color: #991E66;
}
.TagClassName
{
border-color: #991E66;
}
</style>