Shades of Jazzberry Jam #981251
Tints of Jazzberry Jam #981251
RGB
CMYK
RGB Variations
Color information
#981251 (or 0x981251) is known color: Jazzberry Jam. HEX triplet: 98, 12 and 51. RGB value is (152,18,81). Sum of RGB (Red+Green+Blue) = 152+18+81=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #981251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981251 is #67EDAE. Grayscale: #414141. Windows color (decimal): -6811055 or 5313176. OLE color: 5313176.
HSL color Cylindrical-coordinate representation of color #981251: hue angle of 331.79º 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 #981251 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 81 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.40 |
| HSL | 331.79º | 0.79% | 0.33% | - |
| HSV(B) | 331.79º | 0.88% | 0.6% | - |
| XYZ | 14.65 | 7.7 | 8.5 | - |
| YUV | 65.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 81 | 0 | 0.88 | 0.47 | 0.40 | 331.79 | 0.79 | 0.33 |
| Hex | 98 | 12 | 51 | 0 | 58 | 2F | 28 | 14C | 4F | 21 |
| Octal | 230 | 22 | 121 | 0 | 130 | 57 | 50 | 514 | 117 | 41 |
| Binary | 10011000 | 10010 | 1010001 | 0 | 1011000 | 101111 | 101000 | 101001100 | 1001111 | 100001 |
Color Harmonies of #981251
Complementary color
Monochromatic Colors of #981251
Black with #981251
Text Example
Text Example
White with #981251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981251; }
p { color: rgb(152,18,81); }
H1.HeaderClassName
{
color: #981251;
}
.AnyTagClassName
{
color: #981251;
}
</style>
background-color css
<style>
a { background-color: #981251; }
a { background-color: rgb(152,18,81); }
div.DivClassName
{
background-color: #981251;
}
.BgClassName
{
background-color: #981251;
}
</style>
border-color css
<style>
span { border-color: #981251; }
span { border-color: rgb(152,18,81); }
td.TdClassName
{
border-color: #981251;
}
.TagClassName
{
border-color: #981251;
}
</style>