Shades of Jazzberry Jam #8E104D
Tints of Jazzberry Jam #8E104D
RGB
CMYK
RGB Variations
Color information
#8E104D (or 0x8E104D) is known color: Jazzberry Jam. HEX triplet: 8E, 10 and 4D. RGB value is (142,16,77). Sum of RGB (Red+Green+Blue) = 142+16+77=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E104D is #71EFB2. Grayscale: #3C3C3C. Windows color (decimal): -7466931 or 5050510. OLE color: 5050510.
HSL color Cylindrical-coordinate representation of color #8E104D: hue angle of 330.95º degrees, saturation: 0.8, 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 #8E104D is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 16 | 77 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.44 |
| HSL | 330.95º | 0.8% | 0.31% | - |
| HSV(B) | 330.95º | 0.89% | 0.56% | - |
| XYZ | 12.68 | 6.66 | 7.64 | - |
| YUV | 60.63 | 137.24 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 16 | 77 | 0 | 0.89 | 0.46 | 0.44 | 330.95 | 0.8 | 0.31 |
| Hex | 8E | 10 | 4D | 0 | 59 | 2E | 2C | 14B | 50 | 1F |
| Octal | 216 | 20 | 115 | 0 | 131 | 56 | 54 | 513 | 120 | 37 |
| Binary | 10001110 | 10000 | 1001101 | 0 | 1011001 | 101110 | 101100 | 101001011 | 1010000 | 11111 |
Color Harmonies of #8E104D
Complementary color
Monochromatic Colors of #8E104D
Black with #8E104D
Text Example
Text Example
White with #8E104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E104D; }
p { color: rgb(142,16,77); }
H1.HeaderClassName
{
color: #8E104D;
}
.AnyTagClassName
{
color: #8E104D;
}
</style>
background-color css
<style>
a { background-color: #8E104D; }
a { background-color: rgb(142,16,77); }
div.DivClassName
{
background-color: #8E104D;
}
.BgClassName
{
background-color: #8E104D;
}
</style>
border-color css
<style>
span { border-color: #8E104D; }
span { border-color: rgb(142,16,77); }
td.TdClassName
{
border-color: #8E104D;
}
.TagClassName
{
border-color: #8E104D;
}
</style>