Shades of Jazzberry Jam #990155
Tints of Jazzberry Jam #990155
RGB
CMYK
RGB Variations
Color information
#990155 (or 0x990155) is known color: Jazzberry Jam. HEX triplet: 99, 01 and 55. RGB value is (153,1,85). Sum of RGB (Red+Green+Blue) = 153+1+85=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #990155 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990155 is #66FEAA. Grayscale: #373737. Windows color (decimal): -6749867 or 5570969. OLE color: 5570969.
HSL color Cylindrical-coordinate representation of color #990155: hue angle of 326.84º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990155 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 85 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.4 |
| HSL | 326.84º | 0.99% | 0.3% | - |
| HSV(B) | 326.84º | 0.99% | 0.6% | - |
| XYZ | 14.79 | 7.45 | 9.25 | - |
| YUV | 56.02 | 144.36 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 85 | 0 | 0.99 | 0.44 | 0.4 | 326.84 | 0.99 | 0.3 |
| Hex | 99 | 1 | 55 | 0 | 63 | 2C | 28 | 147 | 63 | 1E |
| Octal | 231 | 1 | 125 | 0 | 143 | 54 | 50 | 507 | 143 | 36 |
| Binary | 10011001 | 1 | 1010101 | 0 | 1100011 | 101100 | 101000 | 101000111 | 1100011 | 11110 |
Color Harmonies of #990155
Complementary color
Monochromatic Colors of #990155
Black with #990155
Text Example
Text Example
White with #990155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990155; }
p { color: rgb(153,1,85); }
H1.HeaderClassName
{
color: #990155;
}
.AnyTagClassName
{
color: #990155;
}
</style>
background-color css
<style>
a { background-color: #990155; }
a { background-color: rgb(153,1,85); }
div.DivClassName
{
background-color: #990155;
}
.BgClassName
{
background-color: #990155;
}
</style>
border-color css
<style>
span { border-color: #990155; }
span { border-color: rgb(153,1,85); }
td.TdClassName
{
border-color: #990155;
}
.TagClassName
{
border-color: #990155;
}
</style>