Shades of Jazzberry Jam #8E044D
Tints of Jazzberry Jam #8E044D
RGB
CMYK
RGB Variations
Color information
#8E044D (or 0x8E044D) is known color: Jazzberry Jam. HEX triplet: 8E, 04 and 4D. RGB value is (142,4,77). Sum of RGB (Red+Green+Blue) = 142+4+77=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E044D is #71FBB2. Grayscale: #353535. Windows color (decimal): -7470003 or 5047438. OLE color: 5047438.
HSL color Cylindrical-coordinate representation of color #8E044D: hue angle of 328.26º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E044D is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 4 | 77 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.44 |
| HSL | 328.26º | 0.95% | 0.29% | - |
| HSV(B) | 328.26º | 0.97% | 0.56% | - |
| XYZ | 12.54 | 6.37 | 7.59 | - |
| YUV | 53.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 4 | 77 | 0 | 0.97 | 0.46 | 0.44 | 328.26 | 0.95 | 0.29 |
| Hex | 8E | 4 | 4D | 0 | 61 | 2E | 2C | 148 | 5F | 1D |
| Octal | 216 | 4 | 115 | 0 | 141 | 56 | 54 | 510 | 137 | 35 |
| Binary | 10001110 | 100 | 1001101 | 0 | 1100001 | 101110 | 101100 | 101001000 | 1011111 | 11101 |
Color Harmonies of #8E044D
Complementary color
Monochromatic Colors of #8E044D
Black with #8E044D
Text Example
Text Example
White with #8E044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E044D; }
p { color: rgb(142,4,77); }
H1.HeaderClassName
{
color: #8E044D;
}
.AnyTagClassName
{
color: #8E044D;
}
</style>
background-color css
<style>
a { background-color: #8E044D; }
a { background-color: rgb(142,4,77); }
div.DivClassName
{
background-color: #8E044D;
}
.BgClassName
{
background-color: #8E044D;
}
</style>
border-color css
<style>
span { border-color: #8E044D; }
span { border-color: rgb(142,4,77); }
td.TdClassName
{
border-color: #8E044D;
}
.TagClassName
{
border-color: #8E044D;
}
</style>