Shades of Jazzberry Jam #8E024C
Tints of Jazzberry Jam #8E024C
RGB
CMYK
RGB Variations
Color information
#8E024C (or 0x8E024C) is known color: Jazzberry Jam. HEX triplet: 8E, 02 and 4C. RGB value is (142,2,76). Sum of RGB (Red+Green+Blue) = 142+2+76=220 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.55% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 142 - color contains mainly: red. Hex color #8E024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E024C is #71FDB3. Grayscale: #343434. Windows color (decimal): -7470516 or 4981390. OLE color: 4981390.
HSL color Cylindrical-coordinate representation of color #8E024C: hue angle of 328.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E024C is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.44 |
| HSL | 328.29º | 0.97% | 0.28% | - |
| HSV(B) | 328.29º | 0.99% | 0.56% | - |
| XYZ | 12.48 | 6.32 | 7.4 | - |
| YUV | 52.3 | 141.38 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 76 | 0 | 0.99 | 0.46 | 0.44 | 328.29 | 0.97 | 0.28 |
| Hex | 8E | 2 | 4C | 0 | 63 | 2E | 2C | 148 | 61 | 1C |
| Octal | 216 | 2 | 114 | 0 | 143 | 56 | 54 | 510 | 141 | 34 |
| Binary | 10001110 | 10 | 1001100 | 0 | 1100011 | 101110 | 101100 | 101001000 | 1100001 | 11100 |
Color Harmonies of #8E024C
Complementary color
Monochromatic Colors of #8E024C
Black with #8E024C
Text Example
Text Example
White with #8E024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E024C; }
p { color: rgb(142,2,76); }
H1.HeaderClassName
{
color: #8E024C;
}
.AnyTagClassName
{
color: #8E024C;
}
</style>
background-color css
<style>
a { background-color: #8E024C; }
a { background-color: rgb(142,2,76); }
div.DivClassName
{
background-color: #8E024C;
}
.BgClassName
{
background-color: #8E024C;
}
</style>
border-color css
<style>
span { border-color: #8E024C; }
span { border-color: rgb(142,2,76); }
td.TdClassName
{
border-color: #8E024C;
}
.TagClassName
{
border-color: #8E024C;
}
</style>