Shades of Jazzberry Jam #8E0F56
Tints of Jazzberry Jam #8E0F56
RGB
CMYK
RGB Variations
Color information
#8E0F56 (or 0x8E0F56) is known color: Jazzberry Jam. HEX triplet: 8E, 0F and 56. RGB value is (142,15,86). Sum of RGB (Red+Green+Blue) = 142+15+86=243 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.44% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0F56 is #71F0A9. Grayscale: #3C3C3C. Windows color (decimal): -7467178 or 5640078. OLE color: 5640078.
HSL color Cylindrical-coordinate representation of color #8E0F56: hue angle of 326.46º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8E0F56 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 15 | 86 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.44 |
| HSL | 326.46º | 0.81% | 0.31% | - |
| HSV(B) | 326.46º | 0.89% | 0.56% | - |
| XYZ | 13.01 | 6.76 | 9.42 | - |
| YUV | 61.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 15 | 86 | 0 | 0.89 | 0.39 | 0.44 | 326.46 | 0.81 | 0.31 |
| Hex | 8E | F | 56 | 0 | 59 | 27 | 2C | 146 | 51 | 1F |
| Octal | 216 | 17 | 126 | 0 | 131 | 47 | 54 | 506 | 121 | 37 |
| Binary | 10001110 | 1111 | 1010110 | 0 | 1011001 | 100111 | 101100 | 101000110 | 1010001 | 11111 |
Color Harmonies of #8E0F56
Complementary color
Monochromatic Colors of #8E0F56
Black with #8E0F56
Text Example
Text Example
White with #8E0F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0F56; }
p { color: rgb(142,15,86); }
H1.HeaderClassName
{
color: #8E0F56;
}
.AnyTagClassName
{
color: #8E0F56;
}
</style>
background-color css
<style>
a { background-color: #8E0F56; }
a { background-color: rgb(142,15,86); }
div.DivClassName
{
background-color: #8E0F56;
}
.BgClassName
{
background-color: #8E0F56;
}
</style>
border-color css
<style>
span { border-color: #8E0F56; }
span { border-color: rgb(142,15,86); }
td.TdClassName
{
border-color: #8E0F56;
}
.TagClassName
{
border-color: #8E0F56;
}
</style>