Shades of Jazzberry Jam #990356
Tints of Jazzberry Jam #990356
RGB
CMYK
RGB Variations
Color information
#990356 (or 0x990356) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 56. RGB value is (153,3,86). Sum of RGB (Red+Green+Blue) = 153+3+86=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #990356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990356 is #66FCA9. Grayscale: #393939. Windows color (decimal): -6749354 or 5637017. OLE color: 5637017.
HSL color Cylindrical-coordinate representation of color #990356: hue angle of 326.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990356 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.4 |
| HSL | 326.8º | 0.96% | 0.31% | - |
| HSV(B) | 326.8º | 0.98% | 0.6% | - |
| XYZ | 14.85 | 7.51 | 9.47 | - |
| YUV | 57.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 86 | 0 | 0.98 | 0.44 | 0.4 | 326.8 | 0.96 | 0.31 |
| Hex | 99 | 3 | 56 | 0 | 62 | 2C | 28 | 147 | 60 | 1F |
| Octal | 231 | 3 | 126 | 0 | 142 | 54 | 50 | 507 | 140 | 37 |
| Binary | 10011001 | 11 | 1010110 | 0 | 1100010 | 101100 | 101000 | 101000111 | 1100000 | 11111 |
Color Harmonies of #990356
Complementary color
Monochromatic Colors of #990356
Black with #990356
Text Example
Text Example
White with #990356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990356; }
p { color: rgb(153,3,86); }
H1.HeaderClassName
{
color: #990356;
}
.AnyTagClassName
{
color: #990356;
}
</style>
background-color css
<style>
a { background-color: #990356; }
a { background-color: rgb(153,3,86); }
div.DivClassName
{
background-color: #990356;
}
.BgClassName
{
background-color: #990356;
}
</style>
border-color css
<style>
span { border-color: #990356; }
span { border-color: rgb(153,3,86); }
td.TdClassName
{
border-color: #990356;
}
.TagClassName
{
border-color: #990356;
}
</style>