Shades of Jazzberry Jam #981869
Tints of Jazzberry Jam #981869
RGB
CMYK
RGB Variations
Color information
#981869 (or 0x981869) is known color: Jazzberry Jam. HEX triplet: 98, 18 and 69. RGB value is (152,24,105). Sum of RGB (Red+Green+Blue) = 152+24+105=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #981869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981869 is #67E796. Grayscale: #474747. Windows color (decimal): -6809495 or 6887576. OLE color: 6887576.
HSL color Cylindrical-coordinate representation of color #981869: hue angle of 322.03º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981869 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 24 | 105 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.40 |
| HSL | 322.03º | 0.73% | 0.35% | - |
| HSV(B) | 322.03º | 0.84% | 0.6% | - |
| XYZ | 15.83 | 8.35 | 14.14 | - |
| YUV | 71.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 105 | 0 | 0.84 | 0.31 | 0.40 | 322.03 | 0.73 | 0.35 |
| Hex | 98 | 18 | 69 | 0 | 54 | 1F | 28 | 142 | 49 | 23 |
| Octal | 230 | 30 | 151 | 0 | 124 | 37 | 50 | 502 | 111 | 43 |
| Binary | 10011000 | 11000 | 1101001 | 0 | 1010100 | 11111 | 101000 | 101000010 | 1001001 | 100011 |
Color Harmonies of #981869
Complementary color
Monochromatic Colors of #981869
Black with #981869
Text Example
Text Example
White with #981869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981869; }
p { color: rgb(152,24,105); }
H1.HeaderClassName
{
color: #981869;
}
.AnyTagClassName
{
color: #981869;
}
</style>
background-color css
<style>
a { background-color: #981869; }
a { background-color: rgb(152,24,105); }
div.DivClassName
{
background-color: #981869;
}
.BgClassName
{
background-color: #981869;
}
</style>
border-color css
<style>
span { border-color: #981869; }
span { border-color: rgb(152,24,105); }
td.TdClassName
{
border-color: #981869;
}
.TagClassName
{
border-color: #981869;
}
</style>