Shades of Jazzberry Jam #99196C
Tints of Jazzberry Jam #99196C
RGB
CMYK
RGB Variations
Color information
#99196C (or 0x99196C) is known color: Jazzberry Jam. HEX triplet: 99, 19 and 6C. RGB value is (153,25,108). Sum of RGB (Red+Green+Blue) = 153+25+108=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #99196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99196C is #66E693. Grayscale: #484848. Windows color (decimal): -6743700 or 7084441. OLE color: 7084441.
HSL color Cylindrical-coordinate representation of color #99196C: hue angle of 321.09º 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 #99196C is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 25 | 108 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.4 |
| HSL | 321.09º | 0.72% | 0.35% | - |
| HSV(B) | 321.09º | 0.84% | 0.6% | - |
| XYZ | 16.19 | 8.55 | 14.98 | - |
| YUV | 72.73 | 147.91 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 108 | 0 | 0.84 | 0.29 | 0.4 | 321.09 | 0.72 | 0.35 |
| Hex | 99 | 19 | 6C | 0 | 54 | 1D | 28 | 141 | 48 | 23 |
| Octal | 231 | 31 | 154 | 0 | 124 | 35 | 50 | 501 | 110 | 43 |
| Binary | 10011001 | 11001 | 1101100 | 0 | 1010100 | 11101 | 101000 | 101000001 | 1001000 | 100011 |
Color Harmonies of #99196C
Complementary color
Monochromatic Colors of #99196C
Black with #99196C
Text Example
Text Example
White with #99196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99196C; }
p { color: rgb(153,25,108); }
H1.HeaderClassName
{
color: #99196C;
}
.AnyTagClassName
{
color: #99196C;
}
</style>
background-color css
<style>
a { background-color: #99196C; }
a { background-color: rgb(153,25,108); }
div.DivClassName
{
background-color: #99196C;
}
.BgClassName
{
background-color: #99196C;
}
</style>
border-color css
<style>
span { border-color: #99196C; }
span { border-color: rgb(153,25,108); }
td.TdClassName
{
border-color: #99196C;
}
.TagClassName
{
border-color: #99196C;
}
</style>