Shades of Jazzberry Jam #990D54
Tints of Jazzberry Jam #990D54
RGB
CMYK
RGB Variations
Color information
#990D54 (or 0x990D54) is known color: Jazzberry Jam. HEX triplet: 99, 0D and 54. RGB value is (153,13,84). Sum of RGB (Red+Green+Blue) = 153+13+84=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #990D54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D54 is #66F2AB. Grayscale: #3E3E3E. Windows color (decimal): -6746796 or 5508505. OLE color: 5508505.
HSL color Cylindrical-coordinate representation of color #990D54: hue angle of 329.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990D54 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 84 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.4 |
| HSL | 329.57º | 0.84% | 0.33% | - |
| HSV(B) | 329.57º | 0.92% | 0.6% | - |
| XYZ | 14.88 | 7.7 | 9.09 | - |
| YUV | 62.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 84 | 0 | 0.92 | 0.45 | 0.4 | 329.57 | 0.84 | 0.33 |
| Hex | 99 | D | 54 | 0 | 5C | 2D | 28 | 14A | 54 | 21 |
| Octal | 231 | 15 | 124 | 0 | 134 | 55 | 50 | 512 | 124 | 41 |
| Binary | 10011001 | 1101 | 1010100 | 0 | 1011100 | 101101 | 101000 | 101001010 | 1010100 | 100001 |
Color Harmonies of #990D54
Complementary color
Monochromatic Colors of #990D54
Black with #990D54
Text Example
Text Example
White with #990D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D54; }
p { color: rgb(153,13,84); }
H1.HeaderClassName
{
color: #990D54;
}
.AnyTagClassName
{
color: #990D54;
}
</style>
background-color css
<style>
a { background-color: #990D54; }
a { background-color: rgb(153,13,84); }
div.DivClassName
{
background-color: #990D54;
}
.BgClassName
{
background-color: #990D54;
}
</style>
border-color css
<style>
span { border-color: #990D54; }
span { border-color: rgb(153,13,84); }
td.TdClassName
{
border-color: #990D54;
}
.TagClassName
{
border-color: #990D54;
}
</style>