Shades of Jazzberry Jam #8D1556
Tints of Jazzberry Jam #8D1556
RGB
CMYK
RGB Variations
Color information
#8D1556 (or 0x8D1556) is known color: Jazzberry Jam. HEX triplet: 8D, 15 and 56. RGB value is (141,21,86). Sum of RGB (Red+Green+Blue) = 141+21+86=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1556 is #72EAA9. Grayscale: #404040. Windows color (decimal): -7531178 or 5641613. OLE color: 5641613.
HSL color Cylindrical-coordinate representation of color #8D1556: hue angle of 327.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D1556 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 86 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.45 |
| HSL | 327.5º | 0.74% | 0.32% | - |
| HSV(B) | 327.5º | 0.85% | 0.55% | - |
| XYZ | 12.93 | 6.87 | 9.45 | - |
| YUV | 64.29 | 140.26 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 86 | 0 | 0.85 | 0.39 | 0.45 | 327.5 | 0.74 | 0.32 |
| Hex | 8D | 15 | 56 | 0 | 55 | 27 | 2D | 148 | 4A | 20 |
| Octal | 215 | 25 | 126 | 0 | 125 | 47 | 55 | 510 | 112 | 40 |
| Binary | 10001101 | 10101 | 1010110 | 0 | 1010101 | 100111 | 101101 | 101001000 | 1001010 | 100000 |
Color Harmonies of #8D1556
Complementary color
Monochromatic Colors of #8D1556
Black with #8D1556
Text Example
Text Example
White with #8D1556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1556; }
p { color: rgb(141,21,86); }
H1.HeaderClassName
{
color: #8D1556;
}
.AnyTagClassName
{
color: #8D1556;
}
</style>
background-color css
<style>
a { background-color: #8D1556; }
a { background-color: rgb(141,21,86); }
div.DivClassName
{
background-color: #8D1556;
}
.BgClassName
{
background-color: #8D1556;
}
</style>
border-color css
<style>
span { border-color: #8D1556; }
span { border-color: rgb(141,21,86); }
td.TdClassName
{
border-color: #8D1556;
}
.TagClassName
{
border-color: #8D1556;
}
</style>