Shades of Jazzberry Jam #990E53
Tints of Jazzberry Jam #990E53
RGB
CMYK
RGB Variations
Color information
#990E53 (or 0x990E53) is known color: Jazzberry Jam. HEX triplet: 99, 0E and 53. RGB value is (153,14,83). Sum of RGB (Red+Green+Blue) = 153+14+83=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #990E53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E53 is #66F1AC. Grayscale: #3F3F3F. Windows color (decimal): -6746541 or 5443225. OLE color: 5443225.
HSL color Cylindrical-coordinate representation of color #990E53: hue angle of 330.22º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E53 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 83 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.4 |
| HSL | 330.22º | 0.83% | 0.33% | - |
| HSV(B) | 330.22º | 0.91% | 0.6% | - |
| XYZ | 14.86 | 7.71 | 8.89 | - |
| YUV | 63.43 | 139.05 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 83 | 0 | 0.91 | 0.46 | 0.4 | 330.22 | 0.83 | 0.33 |
| Hex | 99 | E | 53 | 0 | 5B | 2E | 28 | 14A | 53 | 21 |
| Octal | 231 | 16 | 123 | 0 | 133 | 56 | 50 | 512 | 123 | 41 |
| Binary | 10011001 | 1110 | 1010011 | 0 | 1011011 | 101110 | 101000 | 101001010 | 1010011 | 100001 |
Color Harmonies of #990E53
Complementary color
Monochromatic Colors of #990E53
Black with #990E53
Text Example
Text Example
White with #990E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E53; }
p { color: rgb(153,14,83); }
H1.HeaderClassName
{
color: #990E53;
}
.AnyTagClassName
{
color: #990E53;
}
</style>
background-color css
<style>
a { background-color: #990E53; }
a { background-color: rgb(153,14,83); }
div.DivClassName
{
background-color: #990E53;
}
.BgClassName
{
background-color: #990E53;
}
</style>
border-color css
<style>
span { border-color: #990E53; }
span { border-color: rgb(153,14,83); }
td.TdClassName
{
border-color: #990E53;
}
.TagClassName
{
border-color: #990E53;
}
</style>