Shades of Jazzberry Jam #981765
Tints of Jazzberry Jam #981765
RGB
CMYK
RGB Variations
Color information
#981765 (or 0x981765) is known color: Jazzberry Jam. HEX triplet: 98, 17 and 65. RGB value is (152,23,101). Sum of RGB (Red+Green+Blue) = 152+23+101=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #981765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981765 is #67E89A. Grayscale: #464646. Windows color (decimal): -6809755 or 6625176. OLE color: 6625176.
HSL color Cylindrical-coordinate representation of color #981765: hue angle of 323.72º 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 #981765 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 23 | 101 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.40 |
| HSL | 323.72º | 0.74% | 0.34% | - |
| HSV(B) | 323.72º | 0.85% | 0.6% | - |
| XYZ | 15.6 | 8.23 | 13.08 | - |
| YUV | 70.46 | 145.24 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 23 | 101 | 0 | 0.85 | 0.34 | 0.40 | 323.72 | 0.74 | 0.34 |
| Hex | 98 | 17 | 65 | 0 | 55 | 22 | 28 | 144 | 4A | 22 |
| Octal | 230 | 27 | 145 | 0 | 125 | 42 | 50 | 504 | 112 | 42 |
| Binary | 10011000 | 10111 | 1100101 | 0 | 1010101 | 100010 | 101000 | 101000100 | 1001010 | 100010 |
Color Harmonies of #981765
Complementary color
Monochromatic Colors of #981765
Black with #981765
Text Example
Text Example
White with #981765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981765; }
p { color: rgb(152,23,101); }
H1.HeaderClassName
{
color: #981765;
}
.AnyTagClassName
{
color: #981765;
}
</style>
background-color css
<style>
a { background-color: #981765; }
a { background-color: rgb(152,23,101); }
div.DivClassName
{
background-color: #981765;
}
.BgClassName
{
background-color: #981765;
}
</style>
border-color css
<style>
span { border-color: #981765; }
span { border-color: rgb(152,23,101); }
td.TdClassName
{
border-color: #981765;
}
.TagClassName
{
border-color: #981765;
}
</style>