Shades of Jazzberry Jam #990F53
Tints of Jazzberry Jam #990F53
RGB
CMYK
RGB Variations
Color information
#990F53 (or 0x990F53) is known color: Jazzberry Jam. HEX triplet: 99, 0F and 53. RGB value is (153,15,83). Sum of RGB (Red+Green+Blue) = 153+15+83=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #990F53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F53 is #66F0AC. Grayscale: #3F3F3F. Windows color (decimal): -6746285 or 5443481. OLE color: 5443481.
HSL color Cylindrical-coordinate representation of color #990F53: hue angle of 330.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F53 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 83 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.4 |
| HSL | 330.43º | 0.82% | 0.33% | - |
| HSV(B) | 330.43º | 0.9% | 0.6% | - |
| XYZ | 14.87 | 7.74 | 8.89 | - |
| YUV | 64.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 83 | 0 | 0.90 | 0.46 | 0.4 | 330.43 | 0.82 | 0.33 |
| Hex | 99 | F | 53 | 0 | 5A | 2E | 28 | 14A | 52 | 21 |
| Octal | 231 | 17 | 123 | 0 | 132 | 56 | 50 | 512 | 122 | 41 |
| Binary | 10011001 | 1111 | 1010011 | 0 | 1011010 | 101110 | 101000 | 101001010 | 1010010 | 100001 |
Color Harmonies of #990F53
Complementary color
Monochromatic Colors of #990F53
Black with #990F53
Text Example
Text Example
White with #990F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F53; }
p { color: rgb(153,15,83); }
H1.HeaderClassName
{
color: #990F53;
}
.AnyTagClassName
{
color: #990F53;
}
</style>
background-color css
<style>
a { background-color: #990F53; }
a { background-color: rgb(153,15,83); }
div.DivClassName
{
background-color: #990F53;
}
.BgClassName
{
background-color: #990F53;
}
</style>
border-color css
<style>
span { border-color: #990F53; }
span { border-color: rgb(153,15,83); }
td.TdClassName
{
border-color: #990F53;
}
.TagClassName
{
border-color: #990F53;
}
</style>