Shades of Jazzberry Jam #8E0E4E
Tints of Jazzberry Jam #8E0E4E
RGB
CMYK
RGB Variations
Color information
#8E0E4E (or 0x8E0E4E) is known color: Jazzberry Jam. HEX triplet: 8E, 0E and 4E. RGB value is (142,14,78). Sum of RGB (Red+Green+Blue) = 142+14+78=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0E4E is #71F1B1. Grayscale: #3B3B3B. Windows color (decimal): -7467442 or 5115534. OLE color: 5115534.
HSL color Cylindrical-coordinate representation of color #8E0E4E: hue angle of 330º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E4E is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 14 | 78 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.44 |
| HSL | 330º | 0.82% | 0.31% | - |
| HSV(B) | 330º | 0.9% | 0.56% | - |
| XYZ | 12.69 | 6.61 | 7.82 | - |
| YUV | 59.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 14 | 78 | 0 | 0.90 | 0.45 | 0.44 | 330 | 0.82 | 0.31 |
| Hex | 8E | E | 4E | 0 | 5A | 2D | 2C | 14A | 52 | 1F |
| Octal | 216 | 16 | 116 | 0 | 132 | 55 | 54 | 512 | 122 | 37 |
| Binary | 10001110 | 1110 | 1001110 | 0 | 1011010 | 101101 | 101100 | 101001010 | 1010010 | 11111 |
Color Harmonies of #8E0E4E
Complementary color
Monochromatic Colors of #8E0E4E
Black with #8E0E4E
Text Example
Text Example
White with #8E0E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0E4E; }
p { color: rgb(142,14,78); }
H1.HeaderClassName
{
color: #8E0E4E;
}
.AnyTagClassName
{
color: #8E0E4E;
}
</style>
background-color css
<style>
a { background-color: #8E0E4E; }
a { background-color: rgb(142,14,78); }
div.DivClassName
{
background-color: #8E0E4E;
}
.BgClassName
{
background-color: #8E0E4E;
}
</style>
border-color css
<style>
span { border-color: #8E0E4E; }
span { border-color: rgb(142,14,78); }
td.TdClassName
{
border-color: #8E0E4E;
}
.TagClassName
{
border-color: #8E0E4E;
}
</style>