Shades of Jazzberry Jam #981769
Tints of Jazzberry Jam #981769
RGB
CMYK
RGB Variations
Color information
#981769 (or 0x981769) is known color: Jazzberry Jam. HEX triplet: 98, 17 and 69. RGB value is (152,23,105). Sum of RGB (Red+Green+Blue) = 152+23+105=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #981769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981769 is #67E896. Grayscale: #464646. Windows color (decimal): -6809751 or 6887320. OLE color: 6887320.
HSL color Cylindrical-coordinate representation of color #981769: hue angle of 321.86º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981769 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 105 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.40 |
| HSL | 321.86º | 0.74% | 0.34% | - |
| HSV(B) | 321.86º | 0.85% | 0.6% | - |
| XYZ | 15.81 | 8.31 | 14.14 | - |
| YUV | 70.92 | 147.24 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 105 | 0 | 0.85 | 0.31 | 0.40 | 321.86 | 0.74 | 0.34 |
| Hex | 98 | 17 | 69 | 0 | 55 | 1F | 28 | 142 | 4A | 22 |
| Octal | 230 | 27 | 151 | 0 | 125 | 37 | 50 | 502 | 112 | 42 |
| Binary | 10011000 | 10111 | 1101001 | 0 | 1010101 | 11111 | 101000 | 101000010 | 1001010 | 100010 |
Color Harmonies of #981769
Complementary color
Monochromatic Colors of #981769
Black with #981769
Text Example
Text Example
White with #981769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981769; }
p { color: rgb(152,23,105); }
H1.HeaderClassName
{
color: #981769;
}
.AnyTagClassName
{
color: #981769;
}
</style>
background-color css
<style>
a { background-color: #981769; }
a { background-color: rgb(152,23,105); }
div.DivClassName
{
background-color: #981769;
}
.BgClassName
{
background-color: #981769;
}
</style>
border-color css
<style>
span { border-color: #981769; }
span { border-color: rgb(152,23,105); }
td.TdClassName
{
border-color: #981769;
}
.TagClassName
{
border-color: #981769;
}
</style>