Shades of Jazzberry Jam #980542
Tints of Jazzberry Jam #980542
RGB
CMYK
RGB Variations
Color information
#980542 (or 0x980542) is known color: Jazzberry Jam. HEX triplet: 98, 05 and 42. RGB value is (152,5,66). Sum of RGB (Red+Green+Blue) = 152+5+66=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #980542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980542 is #67FABD. Grayscale: #373737. Windows color (decimal): -6814398 or 4326808. OLE color: 4326808.
HSL color Cylindrical-coordinate representation of color #980542: hue angle of 335.1º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980542 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 66 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.40 |
| HSL | 335.1º | 0.94% | 0.31% | - |
| HSV(B) | 335.1º | 0.97% | 0.6% | - |
| XYZ | 13.99 | 7.18 | 5.8 | - |
| YUV | 55.91 | 133.7 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 66 | 0 | 0.97 | 0.57 | 0.40 | 335.1 | 0.94 | 0.31 |
| Hex | 98 | 5 | 42 | 0 | 61 | 39 | 28 | 14F | 5E | 1F |
| Octal | 230 | 5 | 102 | 0 | 141 | 71 | 50 | 517 | 136 | 37 |
| Binary | 10011000 | 101 | 1000010 | 0 | 1100001 | 111001 | 101000 | 101001111 | 1011110 | 11111 |
Color Harmonies of #980542
Complementary color
Monochromatic Colors of #980542
Black with #980542
Text Example
Text Example
White with #980542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980542; }
p { color: rgb(152,5,66); }
H1.HeaderClassName
{
color: #980542;
}
.AnyTagClassName
{
color: #980542;
}
</style>
background-color css
<style>
a { background-color: #980542; }
a { background-color: rgb(152,5,66); }
div.DivClassName
{
background-color: #980542;
}
.BgClassName
{
background-color: #980542;
}
</style>
border-color css
<style>
span { border-color: #980542; }
span { border-color: rgb(152,5,66); }
td.TdClassName
{
border-color: #980542;
}
.TagClassName
{
border-color: #980542;
}
</style>