Shades of Jazzberry Jam #8E1256
Tints of Jazzberry Jam #8E1256
RGB
CMYK
RGB Variations
Color information
#8E1256 (or 0x8E1256) is known color: Jazzberry Jam. HEX triplet: 8E, 12 and 56. RGB value is (142,18,86). Sum of RGB (Red+Green+Blue) = 142+18+86=246 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.72% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1256 is #71EDA9. Grayscale: #3E3E3E. Windows color (decimal): -7466410 or 5640846. OLE color: 5640846.
HSL color Cylindrical-coordinate representation of color #8E1256: hue angle of 327.1º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1256 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 18 | 86 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.44 |
| HSL | 327.1º | 0.78% | 0.31% | - |
| HSV(B) | 327.1º | 0.87% | 0.56% | - |
| XYZ | 13.05 | 6.86 | 9.44 | - |
| YUV | 62.83 | 141.08 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 18 | 86 | 0 | 0.87 | 0.39 | 0.44 | 327.1 | 0.78 | 0.31 |
| Hex | 8E | 12 | 56 | 0 | 57 | 27 | 2C | 147 | 4E | 1F |
| Octal | 216 | 22 | 126 | 0 | 127 | 47 | 54 | 507 | 116 | 37 |
| Binary | 10001110 | 10010 | 1010110 | 0 | 1010111 | 100111 | 101100 | 101000111 | 1001110 | 11111 |
Color Harmonies of #8E1256
Complementary color
Monochromatic Colors of #8E1256
Black with #8E1256
Text Example
Text Example
White with #8E1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1256; }
p { color: rgb(142,18,86); }
H1.HeaderClassName
{
color: #8E1256;
}
.AnyTagClassName
{
color: #8E1256;
}
</style>
background-color css
<style>
a { background-color: #8E1256; }
a { background-color: rgb(142,18,86); }
div.DivClassName
{
background-color: #8E1256;
}
.BgClassName
{
background-color: #8E1256;
}
</style>
border-color css
<style>
span { border-color: #8E1256; }
span { border-color: rgb(142,18,86); }
td.TdClassName
{
border-color: #8E1256;
}
.TagClassName
{
border-color: #8E1256;
}
</style>