Shades of Jazzberry Jam #980A43
Tints of Jazzberry Jam #980A43
RGB
CMYK
RGB Variations
Color information
#980A43 (or 0x980A43) is known color: Jazzberry Jam. HEX triplet: 98, 0A and 43. RGB value is (152,10,67). Sum of RGB (Red+Green+Blue) = 152+10+67=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #980A43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A43 is #67F5BC. Grayscale: #3A3A3A. Windows color (decimal): -6813117 or 4393624. OLE color: 4393624.
HSL color Cylindrical-coordinate representation of color #980A43: hue angle of 335.92º 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 #980A43 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 67 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.40 |
| HSL | 335.92º | 0.88% | 0.32% | - |
| HSV(B) | 335.92º | 0.93% | 0.6% | - |
| XYZ | 14.07 | 7.3 | 5.98 | - |
| YUV | 58.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 67 | 0 | 0.93 | 0.56 | 0.40 | 335.92 | 0.88 | 0.32 |
| Hex | 98 | A | 43 | 0 | 5D | 38 | 28 | 150 | 58 | 20 |
| Octal | 230 | 12 | 103 | 0 | 135 | 70 | 50 | 520 | 130 | 40 |
| Binary | 10011000 | 1010 | 1000011 | 0 | 1011101 | 111000 | 101000 | 101010000 | 1011000 | 100000 |
Color Harmonies of #980A43
Complementary color
Monochromatic Colors of #980A43
Black with #980A43
Text Example
Text Example
White with #980A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A43; }
p { color: rgb(152,10,67); }
H1.HeaderClassName
{
color: #980A43;
}
.AnyTagClassName
{
color: #980A43;
}
</style>
background-color css
<style>
a { background-color: #980A43; }
a { background-color: rgb(152,10,67); }
div.DivClassName
{
background-color: #980A43;
}
.BgClassName
{
background-color: #980A43;
}
</style>
border-color css
<style>
span { border-color: #980A43; }
span { border-color: rgb(152,10,67); }
td.TdClassName
{
border-color: #980A43;
}
.TagClassName
{
border-color: #980A43;
}
</style>