Shades of Jazzberry Jam #980140
Tints of Jazzberry Jam #980140
RGB
CMYK
RGB Variations
Color information
#980140 (or 0x980140) is known color: Jazzberry Jam. HEX triplet: 98, 01 and 40. RGB value is (152,1,64). Sum of RGB (Red+Green+Blue) = 152+1+64=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #980140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980140 is #67FEBF. Grayscale: #353535. Windows color (decimal): -6815424 or 4194712. OLE color: 4194712.
HSL color Cylindrical-coordinate representation of color #980140: hue angle of 334.97º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980140 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 64 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.40 |
| HSL | 334.97º | 0.99% | 0.3% | - |
| HSV(B) | 334.97º | 0.99% | 0.6% | - |
| XYZ | 13.89 | 7.07 | 5.48 | - |
| YUV | 53.33 | 134.03 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 64 | 0 | 0.99 | 0.58 | 0.40 | 334.97 | 0.99 | 0.3 |
| Hex | 98 | 1 | 40 | 0 | 63 | 3A | 28 | 14F | 63 | 1E |
| Octal | 230 | 1 | 100 | 0 | 143 | 72 | 50 | 517 | 143 | 36 |
| Binary | 10011000 | 1 | 1000000 | 0 | 1100011 | 111010 | 101000 | 101001111 | 1100011 | 11110 |
Color Harmonies of #980140
Complementary color
Monochromatic Colors of #980140
Black with #980140
Text Example
Text Example
White with #980140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980140; }
p { color: rgb(152,1,64); }
H1.HeaderClassName
{
color: #980140;
}
.AnyTagClassName
{
color: #980140;
}
</style>
background-color css
<style>
a { background-color: #980140; }
a { background-color: rgb(152,1,64); }
div.DivClassName
{
background-color: #980140;
}
.BgClassName
{
background-color: #980140;
}
</style>
border-color css
<style>
span { border-color: #980140; }
span { border-color: rgb(152,1,64); }
td.TdClassName
{
border-color: #980140;
}
.TagClassName
{
border-color: #980140;
}
</style>