Shades of Jazzberry Jam #990857
Tints of Jazzberry Jam #990857
RGB
CMYK
RGB Variations
Color information
#990857 (or 0x990857) is known color: Jazzberry Jam. HEX triplet: 99, 08 and 57. RGB value is (153,8,87). Sum of RGB (Red+Green+Blue) = 153+8+87=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #990857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990857 is #66F7A8. Grayscale: #3C3C3C. Windows color (decimal): -6748073 or 5703833. OLE color: 5703833.
HSL color Cylindrical-coordinate representation of color #990857: hue angle of 327.31º 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 #990857 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 87 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.4 |
| HSL | 327.31º | 0.9% | 0.32% | - |
| HSV(B) | 327.31º | 0.95% | 0.6% | - |
| XYZ | 14.94 | 7.63 | 9.7 | - |
| YUV | 60.36 | 143.04 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 87 | 0 | 0.95 | 0.43 | 0.4 | 327.31 | 0.9 | 0.32 |
| Hex | 99 | 8 | 57 | 0 | 5F | 2B | 28 | 147 | 5A | 20 |
| Octal | 231 | 10 | 127 | 0 | 137 | 53 | 50 | 507 | 132 | 40 |
| Binary | 10011001 | 1000 | 1010111 | 0 | 1011111 | 101011 | 101000 | 101000111 | 1011010 | 100000 |
Color Harmonies of #990857
Complementary color
Monochromatic Colors of #990857
Black with #990857
Text Example
Text Example
White with #990857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990857; }
p { color: rgb(153,8,87); }
H1.HeaderClassName
{
color: #990857;
}
.AnyTagClassName
{
color: #990857;
}
</style>
background-color css
<style>
a { background-color: #990857; }
a { background-color: rgb(153,8,87); }
div.DivClassName
{
background-color: #990857;
}
.BgClassName
{
background-color: #990857;
}
</style>
border-color css
<style>
span { border-color: #990857; }
span { border-color: rgb(153,8,87); }
td.TdClassName
{
border-color: #990857;
}
.TagClassName
{
border-color: #990857;
}
</style>