Shades of Jazzberry Jam #8D1659
Tints of Jazzberry Jam #8D1659
RGB
CMYK
RGB Variations
Color information
#8D1659 (or 0x8D1659) is known color: Jazzberry Jam. HEX triplet: 8D, 16 and 59. RGB value is (141,22,89). Sum of RGB (Red+Green+Blue) = 141+22+89=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1659 is #72E9A6. Grayscale: #414141. Windows color (decimal): -7530919 or 5838477. OLE color: 5838477.
HSL color Cylindrical-coordinate representation of color #8D1659: hue angle of 326.22º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D1659 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 22 | 89 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.45 |
| HSL | 326.22º | 0.73% | 0.32% | - |
| HSV(B) | 326.22º | 0.84% | 0.55% | - |
| XYZ | 13.07 | 6.96 | 10.11 | - |
| YUV | 65.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 89 | 0 | 0.84 | 0.37 | 0.45 | 326.22 | 0.73 | 0.32 |
| Hex | 8D | 16 | 59 | 0 | 54 | 25 | 2D | 146 | 49 | 20 |
| Octal | 215 | 26 | 131 | 0 | 124 | 45 | 55 | 506 | 111 | 40 |
| Binary | 10001101 | 10110 | 1011001 | 0 | 1010100 | 100101 | 101101 | 101000110 | 1001001 | 100000 |
Color Harmonies of #8D1659
Complementary color
Monochromatic Colors of #8D1659
Black with #8D1659
Text Example
Text Example
White with #8D1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1659; }
p { color: rgb(141,22,89); }
H1.HeaderClassName
{
color: #8D1659;
}
.AnyTagClassName
{
color: #8D1659;
}
</style>
background-color css
<style>
a { background-color: #8D1659; }
a { background-color: rgb(141,22,89); }
div.DivClassName
{
background-color: #8D1659;
}
.BgClassName
{
background-color: #8D1659;
}
</style>
border-color css
<style>
span { border-color: #8D1659; }
span { border-color: rgb(141,22,89); }
td.TdClassName
{
border-color: #8D1659;
}
.TagClassName
{
border-color: #8D1659;
}
</style>