Shades of Jazzberry Jam #8E1356
Tints of Jazzberry Jam #8E1356
RGB
CMYK
RGB Variations
Color information
#8E1356 (or 0x8E1356) is known color: Jazzberry Jam. HEX triplet: 8E, 13 and 56. RGB value is (142,19,86). Sum of RGB (Red+Green+Blue) = 142+19+86=247 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.49% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1356 is #71ECA9. Grayscale: #3F3F3F. Windows color (decimal): -7466154 or 5641102. OLE color: 5641102.
HSL color Cylindrical-coordinate representation of color #8E1356: hue angle of 327.32º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1356 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 19 | 86 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.44 |
| HSL | 327.32º | 0.76% | 0.32% | - |
| HSV(B) | 327.32º | 0.87% | 0.56% | - |
| XYZ | 13.07 | 6.89 | 9.44 | - |
| YUV | 63.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 19 | 86 | 0 | 0.87 | 0.39 | 0.44 | 327.32 | 0.76 | 0.32 |
| Hex | 8E | 13 | 56 | 0 | 57 | 27 | 2C | 147 | 4C | 20 |
| Octal | 216 | 23 | 126 | 0 | 127 | 47 | 54 | 507 | 114 | 40 |
| Binary | 10001110 | 10011 | 1010110 | 0 | 1010111 | 100111 | 101100 | 101000111 | 1001100 | 100000 |
Color Harmonies of #8E1356
Complementary color
Monochromatic Colors of #8E1356
Black with #8E1356
Text Example
Text Example
White with #8E1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1356; }
p { color: rgb(142,19,86); }
H1.HeaderClassName
{
color: #8E1356;
}
.AnyTagClassName
{
color: #8E1356;
}
</style>
background-color css
<style>
a { background-color: #8E1356; }
a { background-color: rgb(142,19,86); }
div.DivClassName
{
background-color: #8E1356;
}
.BgClassName
{
background-color: #8E1356;
}
</style>
border-color css
<style>
span { border-color: #8E1356; }
span { border-color: rgb(142,19,86); }
td.TdClassName
{
border-color: #8E1356;
}
.TagClassName
{
border-color: #8E1356;
}
</style>