Shades of Jazzberry Jam #990957
Tints of Jazzberry Jam #990957
RGB
CMYK
RGB Variations
Color information
#990957 (or 0x990957) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 57. RGB value is (153,9,87). Sum of RGB (Red+Green+Blue) = 153+9+87=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #990957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990957 is #66F6A8. Grayscale: #3C3C3C. Windows color (decimal): -6747817 or 5704089. OLE color: 5704089.
HSL color Cylindrical-coordinate representation of color #990957: hue angle of 327.5º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990957 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 87 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.4 |
| HSL | 327.5º | 0.89% | 0.32% | - |
| HSV(B) | 327.5º | 0.94% | 0.6% | - |
| XYZ | 14.95 | 7.66 | 9.71 | - |
| YUV | 60.95 | 142.71 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 87 | 0 | 0.94 | 0.43 | 0.4 | 327.5 | 0.89 | 0.32 |
| Hex | 99 | 9 | 57 | 0 | 5E | 2B | 28 | 148 | 59 | 20 |
| Octal | 231 | 11 | 127 | 0 | 136 | 53 | 50 | 510 | 131 | 40 |
| Binary | 10011001 | 1001 | 1010111 | 0 | 1011110 | 101011 | 101000 | 101001000 | 1011001 | 100000 |
Color Harmonies of #990957
Complementary color
Monochromatic Colors of #990957
Black with #990957
Text Example
Text Example
White with #990957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990957; }
p { color: rgb(153,9,87); }
H1.HeaderClassName
{
color: #990957;
}
.AnyTagClassName
{
color: #990957;
}
</style>
background-color css
<style>
a { background-color: #990957; }
a { background-color: rgb(153,9,87); }
div.DivClassName
{
background-color: #990957;
}
.BgClassName
{
background-color: #990957;
}
</style>
border-color css
<style>
span { border-color: #990957; }
span { border-color: rgb(153,9,87); }
td.TdClassName
{
border-color: #990957;
}
.TagClassName
{
border-color: #990957;
}
</style>