Shades of Jazzberry Jam #980A5E
Tints of Jazzberry Jam #980A5E
RGB
CMYK
RGB Variations
Color information
#980A5E (or 0x980A5E) is known color: Jazzberry Jam. HEX triplet: 98, 0A and 5E. RGB value is (152,10,94). Sum of RGB (Red+Green+Blue) = 152+10+94=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #980A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A5E is #67F5A1. Grayscale: #3D3D3D. Windows color (decimal): -6813090 or 6163096. OLE color: 6163096.
HSL color Cylindrical-coordinate representation of color #980A5E: hue angle of 324.51º 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 #980A5E is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 94 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.40 |
| HSL | 324.51º | 0.88% | 0.32% | - |
| HSV(B) | 324.51º | 0.93% | 0.6% | - |
| XYZ | 15.08 | 7.7 | 11.28 | - |
| YUV | 62.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 94 | 0 | 0.93 | 0.38 | 0.40 | 324.51 | 0.88 | 0.32 |
| Hex | 98 | A | 5E | 0 | 5D | 26 | 28 | 145 | 58 | 20 |
| Octal | 230 | 12 | 136 | 0 | 135 | 46 | 50 | 505 | 130 | 40 |
| Binary | 10011000 | 1010 | 1011110 | 0 | 1011101 | 100110 | 101000 | 101000101 | 1011000 | 100000 |
Color Harmonies of #980A5E
Complementary color
Monochromatic Colors of #980A5E
Black with #980A5E
Text Example
Text Example
White with #980A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A5E; }
p { color: rgb(152,10,94); }
H1.HeaderClassName
{
color: #980A5E;
}
.AnyTagClassName
{
color: #980A5E;
}
</style>
background-color css
<style>
a { background-color: #980A5E; }
a { background-color: rgb(152,10,94); }
div.DivClassName
{
background-color: #980A5E;
}
.BgClassName
{
background-color: #980A5E;
}
</style>
border-color css
<style>
span { border-color: #980A5E; }
span { border-color: rgb(152,10,94); }
td.TdClassName
{
border-color: #980A5E;
}
.TagClassName
{
border-color: #980A5E;
}
</style>