Shades of Jazzberry Jam #990855
Tints of Jazzberry Jam #990855
RGB
CMYK
RGB Variations
Color information
#990855 (or 0x990855) is known color: Jazzberry Jam. HEX triplet: 99, 08 and 55. RGB value is (153,8,85). Sum of RGB (Red+Green+Blue) = 153+8+85=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #990855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990855 is #66F7AA. Grayscale: #3B3B3B. Windows color (decimal): -6748075 or 5572761. OLE color: 5572761.
HSL color Cylindrical-coordinate representation of color #990855: hue angle of 328.14º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990855 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 85 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.4 |
| HSL | 328.14º | 0.9% | 0.32% | - |
| HSV(B) | 328.14º | 0.95% | 0.6% | - |
| XYZ | 14.86 | 7.6 | 9.28 | - |
| YUV | 60.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 85 | 0 | 0.95 | 0.44 | 0.4 | 328.14 | 0.9 | 0.32 |
| Hex | 99 | 8 | 55 | 0 | 5F | 2C | 28 | 148 | 5A | 20 |
| Octal | 231 | 10 | 125 | 0 | 137 | 54 | 50 | 510 | 132 | 40 |
| Binary | 10011001 | 1000 | 1010101 | 0 | 1011111 | 101100 | 101000 | 101001000 | 1011010 | 100000 |
Color Harmonies of #990855
Complementary color
Monochromatic Colors of #990855
Black with #990855
Text Example
Text Example
White with #990855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990855; }
p { color: rgb(153,8,85); }
H1.HeaderClassName
{
color: #990855;
}
.AnyTagClassName
{
color: #990855;
}
</style>
background-color css
<style>
a { background-color: #990855; }
a { background-color: rgb(153,8,85); }
div.DivClassName
{
background-color: #990855;
}
.BgClassName
{
background-color: #990855;
}
</style>
border-color css
<style>
span { border-color: #990855; }
span { border-color: rgb(153,8,85); }
td.TdClassName
{
border-color: #990855;
}
.TagClassName
{
border-color: #990855;
}
</style>