Shades of Jazzberry Jam #980357
Tints of Jazzberry Jam #980357
RGB
CMYK
RGB Variations
Color information
#980357 (or 0x980357) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 57. RGB value is (152,3,87). Sum of RGB (Red+Green+Blue) = 152+3+87=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #980357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980357 is #67FCA8. Grayscale: #383838. Windows color (decimal): -6814889 or 5702552. OLE color: 5702552.
HSL color Cylindrical-coordinate representation of color #980357: hue angle of 326.17º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980357 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 87 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.40 |
| HSL | 326.17º | 0.96% | 0.3% | - |
| HSV(B) | 326.17º | 0.98% | 0.6% | - |
| XYZ | 14.7 | 7.43 | 9.68 | - |
| YUV | 57.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 87 | 0 | 0.98 | 0.43 | 0.40 | 326.17 | 0.96 | 0.3 |
| Hex | 98 | 3 | 57 | 0 | 62 | 2B | 28 | 146 | 60 | 1E |
| Octal | 230 | 3 | 127 | 0 | 142 | 53 | 50 | 506 | 140 | 36 |
| Binary | 10011000 | 11 | 1010111 | 0 | 1100010 | 101011 | 101000 | 101000110 | 1100000 | 11110 |
Color Harmonies of #980357
Complementary color
Monochromatic Colors of #980357
Black with #980357
Text Example
Text Example
White with #980357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980357; }
p { color: rgb(152,3,87); }
H1.HeaderClassName
{
color: #980357;
}
.AnyTagClassName
{
color: #980357;
}
</style>
background-color css
<style>
a { background-color: #980357; }
a { background-color: rgb(152,3,87); }
div.DivClassName
{
background-color: #980357;
}
.BgClassName
{
background-color: #980357;
}
</style>
border-color css
<style>
span { border-color: #980357; }
span { border-color: rgb(152,3,87); }
td.TdClassName
{
border-color: #980357;
}
.TagClassName
{
border-color: #980357;
}
</style>