Shades of Jazzberry Jam #990456
Tints of Jazzberry Jam #990456
RGB
CMYK
RGB Variations
Color information
#990456 (or 0x990456) is known color: Jazzberry Jam. HEX triplet: 99, 04 and 56. RGB value is (153,4,86). Sum of RGB (Red+Green+Blue) = 153+4+86=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #990456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990456 is #66FBA9. Grayscale: #393939. Windows color (decimal): -6749098 or 5637273. OLE color: 5637273.
HSL color Cylindrical-coordinate representation of color #990456: hue angle of 326.98º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990456 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 86 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.4 |
| HSL | 326.98º | 0.95% | 0.31% | - |
| HSV(B) | 326.98º | 0.97% | 0.6% | - |
| XYZ | 14.86 | 7.53 | 9.47 | - |
| YUV | 57.9 | 143.86 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 86 | 0 | 0.97 | 0.44 | 0.4 | 326.98 | 0.95 | 0.31 |
| Hex | 99 | 4 | 56 | 0 | 61 | 2C | 28 | 147 | 5F | 1F |
| Octal | 231 | 4 | 126 | 0 | 141 | 54 | 50 | 507 | 137 | 37 |
| Binary | 10011001 | 100 | 1010110 | 0 | 1100001 | 101100 | 101000 | 101000111 | 1011111 | 11111 |
Color Harmonies of #990456
Complementary color
Monochromatic Colors of #990456
Black with #990456
Text Example
Text Example
White with #990456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990456; }
p { color: rgb(153,4,86); }
H1.HeaderClassName
{
color: #990456;
}
.AnyTagClassName
{
color: #990456;
}
</style>
background-color css
<style>
a { background-color: #990456; }
a { background-color: rgb(153,4,86); }
div.DivClassName
{
background-color: #990456;
}
.BgClassName
{
background-color: #990456;
}
</style>
border-color css
<style>
span { border-color: #990456; }
span { border-color: rgb(153,4,86); }
td.TdClassName
{
border-color: #990456;
}
.TagClassName
{
border-color: #990456;
}
</style>