Shades of Jazzberry Jam #991966
Tints of Jazzberry Jam #991966
RGB
CMYK
RGB Variations
Color information
#991966 (or 0x991966) is known color: Jazzberry Jam. HEX triplet: 99, 19 and 66. RGB value is (153,25,102). Sum of RGB (Red+Green+Blue) = 153+25+102=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #991966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991966 is #66E699. Grayscale: #474747. Windows color (decimal): -6743706 or 6691225. OLE color: 6691225.
HSL color Cylindrical-coordinate representation of color #991966: hue angle of 323.91º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991966 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 25 | 102 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.4 |
| HSL | 323.91º | 0.72% | 0.35% | - |
| HSV(B) | 323.91º | 0.84% | 0.6% | - |
| XYZ | 15.88 | 8.43 | 13.36 | - |
| YUV | 72.05 | 144.91 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 102 | 0 | 0.84 | 0.33 | 0.4 | 323.91 | 0.72 | 0.35 |
| Hex | 99 | 19 | 66 | 0 | 54 | 21 | 28 | 144 | 48 | 23 |
| Octal | 231 | 31 | 146 | 0 | 124 | 41 | 50 | 504 | 110 | 43 |
| Binary | 10011001 | 11001 | 1100110 | 0 | 1010100 | 100001 | 101000 | 101000100 | 1001000 | 100011 |
Color Harmonies of #991966
Complementary color
Monochromatic Colors of #991966
Black with #991966
Text Example
Text Example
White with #991966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991966; }
p { color: rgb(153,25,102); }
H1.HeaderClassName
{
color: #991966;
}
.AnyTagClassName
{
color: #991966;
}
</style>
background-color css
<style>
a { background-color: #991966; }
a { background-color: rgb(153,25,102); }
div.DivClassName
{
background-color: #991966;
}
.BgClassName
{
background-color: #991966;
}
</style>
border-color css
<style>
span { border-color: #991966; }
span { border-color: rgb(153,25,102); }
td.TdClassName
{
border-color: #991966;
}
.TagClassName
{
border-color: #991966;
}
</style>