Shades of Jazzberry Jam #990A5D
Tints of Jazzberry Jam #990A5D
RGB
CMYK
RGB Variations
Color information
#990A5D (or 0x990A5D) is known color: Jazzberry Jam. HEX triplet: 99, 0A and 5D. RGB value is (153,10,93). Sum of RGB (Red+Green+Blue) = 153+10+93=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #990A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990A5D is #66F5A2. Grayscale: #3E3E3E. Windows color (decimal): -6747555 or 6097561. OLE color: 6097561.
HSL color Cylindrical-coordinate representation of color #990A5D: hue angle of 325.17º 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 #990A5D is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 10 | 93 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.4 |
| HSL | 325.17º | 0.88% | 0.32% | - |
| HSV(B) | 325.17º | 0.93% | 0.6% | - |
| XYZ | 15.22 | 7.78 | 11.06 | - |
| YUV | 62.22 | 145.38 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 93 | 0 | 0.93 | 0.39 | 0.4 | 325.17 | 0.88 | 0.32 |
| Hex | 99 | A | 5D | 0 | 5D | 27 | 28 | 145 | 58 | 20 |
| Octal | 231 | 12 | 135 | 0 | 135 | 47 | 50 | 505 | 130 | 40 |
| Binary | 10011001 | 1010 | 1011101 | 0 | 1011101 | 100111 | 101000 | 101000101 | 1011000 | 100000 |
Color Harmonies of #990A5D
Complementary color
Monochromatic Colors of #990A5D
Black with #990A5D
Text Example
Text Example
White with #990A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990A5D; }
p { color: rgb(153,10,93); }
H1.HeaderClassName
{
color: #990A5D;
}
.AnyTagClassName
{
color: #990A5D;
}
</style>
background-color css
<style>
a { background-color: #990A5D; }
a { background-color: rgb(153,10,93); }
div.DivClassName
{
background-color: #990A5D;
}
.BgClassName
{
background-color: #990A5D;
}
</style>
border-color css
<style>
span { border-color: #990A5D; }
span { border-color: rgb(153,10,93); }
td.TdClassName
{
border-color: #990A5D;
}
.TagClassName
{
border-color: #990A5D;
}
</style>