Shades of Jazzberry Jam #8E024B
Tints of Jazzberry Jam #8E024B
RGB
CMYK
RGB Variations
Color information
#8E024B (or 0x8E024B) is known color: Jazzberry Jam. HEX triplet: 8E, 02 and 4B. RGB value is (142,2,75). Sum of RGB (Red+Green+Blue) = 142+2+75=219 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.84% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 142 - color contains mainly: red. Hex color #8E024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E024B is #71FDB4. Grayscale: #343434. Windows color (decimal): -7470517 or 4915854. OLE color: 4915854.
HSL color Cylindrical-coordinate representation of color #8E024B: hue angle of 328.71º 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 #8E024B is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.44 |
| HSL | 328.71º | 0.97% | 0.28% | - |
| HSV(B) | 328.71º | 0.99% | 0.56% | - |
| XYZ | 12.45 | 6.3 | 7.22 | - |
| YUV | 52.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 75 | 0 | 0.99 | 0.47 | 0.44 | 328.71 | 0.97 | 0.28 |
| Hex | 8E | 2 | 4B | 0 | 63 | 2F | 2C | 149 | 61 | 1C |
| Octal | 216 | 2 | 113 | 0 | 143 | 57 | 54 | 511 | 141 | 34 |
| Binary | 10001110 | 10 | 1001011 | 0 | 1100011 | 101111 | 101100 | 101001001 | 1100001 | 11100 |
Color Harmonies of #8E024B
Complementary color
Monochromatic Colors of #8E024B
Black with #8E024B
Text Example
Text Example
White with #8E024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E024B; }
p { color: rgb(142,2,75); }
H1.HeaderClassName
{
color: #8E024B;
}
.AnyTagClassName
{
color: #8E024B;
}
</style>
background-color css
<style>
a { background-color: #8E024B; }
a { background-color: rgb(142,2,75); }
div.DivClassName
{
background-color: #8E024B;
}
.BgClassName
{
background-color: #8E024B;
}
</style>
border-color css
<style>
span { border-color: #8E024B; }
span { border-color: rgb(142,2,75); }
td.TdClassName
{
border-color: #8E024B;
}
.TagClassName
{
border-color: #8E024B;
}
</style>