Shades of Jazzberry Jam #990E63
Tints of Jazzberry Jam #990E63
RGB
CMYK
RGB Variations
Color information
#990E63 (or 0x990E63) is known color: Jazzberry Jam. HEX triplet: 99, 0E and 63. RGB value is (153,14,99). Sum of RGB (Red+Green+Blue) = 153+14+99=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #990E63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E63 is #66F19C. Grayscale: #414141. Windows color (decimal): -6746525 or 6491801. OLE color: 6491801.
HSL color Cylindrical-coordinate representation of color #990E63: hue angle of 323.31º 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 #990E63 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 99 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.4 |
| HSL | 323.31º | 0.83% | 0.33% | - |
| HSV(B) | 323.31º | 0.91% | 0.6% | - |
| XYZ | 15.55 | 7.99 | 12.53 | - |
| YUV | 65.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 99 | 0 | 0.91 | 0.35 | 0.4 | 323.31 | 0.83 | 0.33 |
| Hex | 99 | E | 63 | 0 | 5B | 23 | 28 | 143 | 53 | 21 |
| Octal | 231 | 16 | 143 | 0 | 133 | 43 | 50 | 503 | 123 | 41 |
| Binary | 10011001 | 1110 | 1100011 | 0 | 1011011 | 100011 | 101000 | 101000011 | 1010011 | 100001 |
Color Harmonies of #990E63
Complementary color
Monochromatic Colors of #990E63
Black with #990E63
Text Example
Text Example
White with #990E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E63; }
p { color: rgb(153,14,99); }
H1.HeaderClassName
{
color: #990E63;
}
.AnyTagClassName
{
color: #990E63;
}
</style>
background-color css
<style>
a { background-color: #990E63; }
a { background-color: rgb(153,14,99); }
div.DivClassName
{
background-color: #990E63;
}
.BgClassName
{
background-color: #990E63;
}
</style>
border-color css
<style>
span { border-color: #990E63; }
span { border-color: rgb(153,14,99); }
td.TdClassName
{
border-color: #990E63;
}
.TagClassName
{
border-color: #990E63;
}
</style>