Shades of Jazzberry Jam #8E0848
Tints of Jazzberry Jam #8E0848
RGB
CMYK
RGB Variations
Color information
#8E0848 (or 0x8E0848) is known color: Jazzberry Jam. HEX triplet: 8E, 08 and 48. RGB value is (142,8,72). Sum of RGB (Red+Green+Blue) = 142+8+72=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0848 is #71F7B7. Grayscale: #373737. Windows color (decimal): -7468984 or 4720782. OLE color: 4720782.
HSL color Cylindrical-coordinate representation of color #8E0848: hue angle of 331.34º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0848 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 72 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.44 |
| HSL | 331.34º | 0.89% | 0.29% | - |
| HSV(B) | 331.34º | 0.94% | 0.56% | - |
| XYZ | 12.41 | 6.39 | 6.71 | - |
| YUV | 55.36 | 137.39 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 72 | 0 | 0.94 | 0.49 | 0.44 | 331.34 | 0.89 | 0.29 |
| Hex | 8E | 8 | 48 | 0 | 5E | 31 | 2C | 14B | 59 | 1D |
| Octal | 216 | 10 | 110 | 0 | 136 | 61 | 54 | 513 | 131 | 35 |
| Binary | 10001110 | 1000 | 1001000 | 0 | 1011110 | 110001 | 101100 | 101001011 | 1011001 | 11101 |
Color Harmonies of #8E0848
Complementary color
Monochromatic Colors of #8E0848
Black with #8E0848
Text Example
Text Example
White with #8E0848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0848; }
p { color: rgb(142,8,72); }
H1.HeaderClassName
{
color: #8E0848;
}
.AnyTagClassName
{
color: #8E0848;
}
</style>
background-color css
<style>
a { background-color: #8E0848; }
a { background-color: rgb(142,8,72); }
div.DivClassName
{
background-color: #8E0848;
}
.BgClassName
{
background-color: #8E0848;
}
</style>
border-color css
<style>
span { border-color: #8E0848; }
span { border-color: rgb(142,8,72); }
td.TdClassName
{
border-color: #8E0848;
}
.TagClassName
{
border-color: #8E0848;
}
</style>