Shades of Jazzberry Jam #8E054E
Tints of Jazzberry Jam #8E054E
RGB
CMYK
RGB Variations
Color information
#8E054E (or 0x8E054E) is known color: Jazzberry Jam. HEX triplet: 8E, 05 and 4E. RGB value is (142,5,78). Sum of RGB (Red+Green+Blue) = 142+5+78=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E054E is #71FAB1. Grayscale: #363636. Windows color (decimal): -7469746 or 5113230. OLE color: 5113230.
HSL color Cylindrical-coordinate representation of color #8E054E: hue angle of 328.03º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E054E is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 78 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.44 |
| HSL | 328.03º | 0.93% | 0.29% | - |
| HSV(B) | 328.03º | 0.96% | 0.56% | - |
| XYZ | 12.58 | 6.41 | 7.78 | - |
| YUV | 54.29 | 141.39 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 78 | 0 | 0.96 | 0.45 | 0.44 | 328.03 | 0.93 | 0.29 |
| Hex | 8E | 5 | 4E | 0 | 60 | 2D | 2C | 148 | 5D | 1D |
| Octal | 216 | 5 | 116 | 0 | 140 | 55 | 54 | 510 | 135 | 35 |
| Binary | 10001110 | 101 | 1001110 | 0 | 1100000 | 101101 | 101100 | 101001000 | 1011101 | 11101 |
Color Harmonies of #8E054E
Complementary color
Monochromatic Colors of #8E054E
Black with #8E054E
Text Example
Text Example
White with #8E054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E054E; }
p { color: rgb(142,5,78); }
H1.HeaderClassName
{
color: #8E054E;
}
.AnyTagClassName
{
color: #8E054E;
}
</style>
background-color css
<style>
a { background-color: #8E054E; }
a { background-color: rgb(142,5,78); }
div.DivClassName
{
background-color: #8E054E;
}
.BgClassName
{
background-color: #8E054E;
}
</style>
border-color css
<style>
span { border-color: #8E054E; }
span { border-color: rgb(142,5,78); }
td.TdClassName
{
border-color: #8E054E;
}
.TagClassName
{
border-color: #8E054E;
}
</style>