Shades of Jazzberry Jam #990F58
Tints of Jazzberry Jam #990F58
RGB
CMYK
RGB Variations
Color information
#990F58 (or 0x990F58) is known color: Jazzberry Jam. HEX triplet: 99, 0F and 58. RGB value is (153,15,88). Sum of RGB (Red+Green+Blue) = 153+15+88=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #990F58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F58 is #66F0A7. Grayscale: #404040. Windows color (decimal): -6746280 or 5771161. OLE color: 5771161.
HSL color Cylindrical-coordinate representation of color #990F58: hue angle of 328.26º 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 #990F58 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 88 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.4 |
| HSL | 328.26º | 0.82% | 0.33% | - |
| HSV(B) | 328.26º | 0.9% | 0.6% | - |
| XYZ | 15.07 | 7.82 | 9.95 | - |
| YUV | 64.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 88 | 0 | 0.90 | 0.42 | 0.4 | 328.26 | 0.82 | 0.33 |
| Hex | 99 | F | 58 | 0 | 5A | 2A | 28 | 148 | 52 | 21 |
| Octal | 231 | 17 | 130 | 0 | 132 | 52 | 50 | 510 | 122 | 41 |
| Binary | 10011001 | 1111 | 1011000 | 0 | 1011010 | 101010 | 101000 | 101001000 | 1010010 | 100001 |
Color Harmonies of #990F58
Complementary color
Monochromatic Colors of #990F58
Black with #990F58
Text Example
Text Example
White with #990F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F58; }
p { color: rgb(153,15,88); }
H1.HeaderClassName
{
color: #990F58;
}
.AnyTagClassName
{
color: #990F58;
}
</style>
background-color css
<style>
a { background-color: #990F58; }
a { background-color: rgb(153,15,88); }
div.DivClassName
{
background-color: #990F58;
}
.BgClassName
{
background-color: #990F58;
}
</style>
border-color css
<style>
span { border-color: #990F58; }
span { border-color: rgb(153,15,88); }
td.TdClassName
{
border-color: #990F58;
}
.TagClassName
{
border-color: #990F58;
}
</style>