Shades of Jazzberry Jam #981253
Tints of Jazzberry Jam #981253
RGB
CMYK
RGB Variations
Color information
#981253 (or 0x981253) is known color: Jazzberry Jam. HEX triplet: 98, 12 and 53. RGB value is (152,18,83). Sum of RGB (Red+Green+Blue) = 152+18+83=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #981253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981253 is #67EDAC. Grayscale: #414141. Windows color (decimal): -6811053 or 5444248. OLE color: 5444248.
HSL color Cylindrical-coordinate representation of color #981253: hue angle of 330.9º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981253 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 83 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.40 |
| HSL | 330.9º | 0.79% | 0.33% | - |
| HSV(B) | 330.9º | 0.88% | 0.6% | - |
| XYZ | 14.73 | 7.73 | 8.9 | - |
| YUV | 65.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 83 | 0 | 0.88 | 0.45 | 0.40 | 330.9 | 0.79 | 0.33 |
| Hex | 98 | 12 | 53 | 0 | 58 | 2D | 28 | 14B | 4F | 21 |
| Octal | 230 | 22 | 123 | 0 | 130 | 55 | 50 | 513 | 117 | 41 |
| Binary | 10011000 | 10010 | 1010011 | 0 | 1011000 | 101101 | 101000 | 101001011 | 1001111 | 100001 |
Color Harmonies of #981253
Complementary color
Monochromatic Colors of #981253
Black with #981253
Text Example
Text Example
White with #981253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981253; }
p { color: rgb(152,18,83); }
H1.HeaderClassName
{
color: #981253;
}
.AnyTagClassName
{
color: #981253;
}
</style>
background-color css
<style>
a { background-color: #981253; }
a { background-color: rgb(152,18,83); }
div.DivClassName
{
background-color: #981253;
}
.BgClassName
{
background-color: #981253;
}
</style>
border-color css
<style>
span { border-color: #981253; }
span { border-color: rgb(152,18,83); }
td.TdClassName
{
border-color: #981253;
}
.TagClassName
{
border-color: #981253;
}
</style>