Shades of Jazzberry Jam #8D0847
Tints of Jazzberry Jam #8D0847
RGB
CMYK
RGB Variations
Color information
#8D0847 (or 0x8D0847) is known color: Jazzberry Jam. HEX triplet: 8D, 08 and 47. RGB value is (141,8,71). Sum of RGB (Red+Green+Blue) = 141+8+71=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0847 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0847 is #72F7B8. Grayscale: #363636. Windows color (decimal): -7534521 or 4655245. OLE color: 4655245.
HSL color Cylindrical-coordinate representation of color #8D0847: hue angle of 331.58º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0847 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 8 | 71 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.45 |
| HSL | 331.58º | 0.89% | 0.29% | - |
| HSV(B) | 331.58º | 0.94% | 0.55% | - |
| XYZ | 12.21 | 6.29 | 6.53 | - |
| YUV | 54.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 71 | 0 | 0.94 | 0.50 | 0.45 | 331.58 | 0.89 | 0.29 |
| Hex | 8D | 8 | 47 | 0 | 5E | 32 | 2D | 14C | 59 | 1D |
| Octal | 215 | 10 | 107 | 0 | 136 | 62 | 55 | 514 | 131 | 35 |
| Binary | 10001101 | 1000 | 1000111 | 0 | 1011110 | 110010 | 101101 | 101001100 | 1011001 | 11101 |
Color Harmonies of #8D0847
Complementary color
Monochromatic Colors of #8D0847
Black with #8D0847
Text Example
Text Example
White with #8D0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0847; }
p { color: rgb(141,8,71); }
H1.HeaderClassName
{
color: #8D0847;
}
.AnyTagClassName
{
color: #8D0847;
}
</style>
background-color css
<style>
a { background-color: #8D0847; }
a { background-color: rgb(141,8,71); }
div.DivClassName
{
background-color: #8D0847;
}
.BgClassName
{
background-color: #8D0847;
}
</style>
border-color css
<style>
span { border-color: #8D0847; }
span { border-color: rgb(141,8,71); }
td.TdClassName
{
border-color: #8D0847;
}
.TagClassName
{
border-color: #8D0847;
}
</style>