Shades of Jazzberry Jam #8D0E4D
Tints of Jazzberry Jam #8D0E4D
RGB
CMYK
RGB Variations
Color information
#8D0E4D (or 0x8D0E4D) is known color: Jazzberry Jam. HEX triplet: 8D, 0E and 4D. RGB value is (141,14,77). Sum of RGB (Red+Green+Blue) = 141+14+77=232 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.78% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0E4D is #72F1B2. Grayscale: #3B3B3B. Windows color (decimal): -7532979 or 5049997. OLE color: 5049997.
HSL color Cylindrical-coordinate representation of color #8D0E4D: hue angle of 330.24º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E4D is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 14 | 77 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.45 |
| HSL | 330.24º | 0.82% | 0.3% | - |
| HSV(B) | 330.24º | 0.9% | 0.55% | - |
| XYZ | 12.48 | 6.51 | 7.62 | - |
| YUV | 59.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 14 | 77 | 0 | 0.90 | 0.45 | 0.45 | 330.24 | 0.82 | 0.3 |
| Hex | 8D | E | 4D | 0 | 5A | 2D | 2D | 14A | 52 | 1E |
| Octal | 215 | 16 | 115 | 0 | 132 | 55 | 55 | 512 | 122 | 36 |
| Binary | 10001101 | 1110 | 1001101 | 0 | 1011010 | 101101 | 101101 | 101001010 | 1010010 | 11110 |
Color Harmonies of #8D0E4D
Complementary color
Monochromatic Colors of #8D0E4D
Black with #8D0E4D
Text Example
Text Example
White with #8D0E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0E4D; }
p { color: rgb(141,14,77); }
H1.HeaderClassName
{
color: #8D0E4D;
}
.AnyTagClassName
{
color: #8D0E4D;
}
</style>
background-color css
<style>
a { background-color: #8D0E4D; }
a { background-color: rgb(141,14,77); }
div.DivClassName
{
background-color: #8D0E4D;
}
.BgClassName
{
background-color: #8D0E4D;
}
</style>
border-color css
<style>
span { border-color: #8D0E4D; }
span { border-color: rgb(141,14,77); }
td.TdClassName
{
border-color: #8D0E4D;
}
.TagClassName
{
border-color: #8D0E4D;
}
</style>