Shades of Jazzberry Jam #990858
Tints of Jazzberry Jam #990858
RGB
CMYK
RGB Variations
Color information
#990858 (or 0x990858) is known color: Jazzberry Jam. HEX triplet: 99, 08 and 58. RGB value is (153,8,88). Sum of RGB (Red+Green+Blue) = 153+8+88=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #990858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990858 is #66F7A7. Grayscale: #3C3C3C. Windows color (decimal): -6748072 or 5769369. OLE color: 5769369.
HSL color Cylindrical-coordinate representation of color #990858: hue angle of 326.9º 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 #990858 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 88 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.4 |
| HSL | 326.9º | 0.9% | 0.32% | - |
| HSV(B) | 326.9º | 0.95% | 0.6% | - |
| XYZ | 14.99 | 7.65 | 9.92 | - |
| YUV | 60.48 | 143.54 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 88 | 0 | 0.95 | 0.42 | 0.4 | 326.9 | 0.9 | 0.32 |
| Hex | 99 | 8 | 58 | 0 | 5F | 2A | 28 | 147 | 5A | 20 |
| Octal | 231 | 10 | 130 | 0 | 137 | 52 | 50 | 507 | 132 | 40 |
| Binary | 10011001 | 1000 | 1011000 | 0 | 1011111 | 101010 | 101000 | 101000111 | 1011010 | 100000 |
Color Harmonies of #990858
Complementary color
Monochromatic Colors of #990858
Black with #990858
Text Example
Text Example
White with #990858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990858; }
p { color: rgb(153,8,88); }
H1.HeaderClassName
{
color: #990858;
}
.AnyTagClassName
{
color: #990858;
}
</style>
background-color css
<style>
a { background-color: #990858; }
a { background-color: rgb(153,8,88); }
div.DivClassName
{
background-color: #990858;
}
.BgClassName
{
background-color: #990858;
}
</style>
border-color css
<style>
span { border-color: #990858; }
span { border-color: rgb(153,8,88); }
td.TdClassName
{
border-color: #990858;
}
.TagClassName
{
border-color: #990858;
}
</style>