Shades of Jazzberry Jam #990A5B
Tints of Jazzberry Jam #990A5B
RGB
CMYK
RGB Variations
Color information
#990A5B (or 0x990A5B) is known color: Jazzberry Jam. HEX triplet: 99, 0A and 5B. RGB value is (153,10,91). Sum of RGB (Red+Green+Blue) = 153+10+91=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #990A5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990A5B is #66F5A4. Grayscale: #3D3D3D. Windows color (decimal): -6747557 or 5966489. OLE color: 5966489.
HSL color Cylindrical-coordinate representation of color #990A5B: hue angle of 326.01º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A5B is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 10 | 91 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.4 |
| HSL | 326.01º | 0.88% | 0.32% | - |
| HSV(B) | 326.01º | 0.93% | 0.6% | - |
| XYZ | 15.13 | 7.74 | 10.59 | - |
| YUV | 61.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 91 | 0 | 0.93 | 0.41 | 0.4 | 326.01 | 0.88 | 0.32 |
| Hex | 99 | A | 5B | 0 | 5D | 29 | 28 | 146 | 58 | 20 |
| Octal | 231 | 12 | 133 | 0 | 135 | 51 | 50 | 506 | 130 | 40 |
| Binary | 10011001 | 1010 | 1011011 | 0 | 1011101 | 101001 | 101000 | 101000110 | 1011000 | 100000 |
Color Harmonies of #990A5B
Complementary color
Monochromatic Colors of #990A5B
Black with #990A5B
Text Example
Text Example
White with #990A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990A5B; }
p { color: rgb(153,10,91); }
H1.HeaderClassName
{
color: #990A5B;
}
.AnyTagClassName
{
color: #990A5B;
}
</style>
background-color css
<style>
a { background-color: #990A5B; }
a { background-color: rgb(153,10,91); }
div.DivClassName
{
background-color: #990A5B;
}
.BgClassName
{
background-color: #990A5B;
}
</style>
border-color css
<style>
span { border-color: #990A5B; }
span { border-color: rgb(153,10,91); }
td.TdClassName
{
border-color: #990A5B;
}
.TagClassName
{
border-color: #990A5B;
}
</style>