Shades of Jazzberry Jam #8E1052
Tints of Jazzberry Jam #8E1052
RGB
CMYK
RGB Variations
Color information
#8E1052 (or 0x8E1052) is known color: Jazzberry Jam. HEX triplet: 8E, 10 and 52. RGB value is (142,16,82). Sum of RGB (Red+Green+Blue) = 142+16+82=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1052 is #71EFAD. Grayscale: #3D3D3D. Windows color (decimal): -7466926 or 5378190. OLE color: 5378190.
HSL color Cylindrical-coordinate representation of color #8E1052: hue angle of 328.57º 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 #8E1052 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 16 | 82 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.44 |
| HSL | 328.57º | 0.8% | 0.31% | - |
| HSV(B) | 328.57º | 0.89% | 0.56% | - |
| XYZ | 12.86 | 6.73 | 8.6 | - |
| YUV | 61.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 16 | 82 | 0 | 0.89 | 0.42 | 0.44 | 328.57 | 0.8 | 0.31 |
| Hex | 8E | 10 | 52 | 0 | 59 | 2A | 2C | 149 | 50 | 1F |
| Octal | 216 | 20 | 122 | 0 | 131 | 52 | 54 | 511 | 120 | 37 |
| Binary | 10001110 | 10000 | 1010010 | 0 | 1011001 | 101010 | 101100 | 101001001 | 1010000 | 11111 |
Color Harmonies of #8E1052
Complementary color
Monochromatic Colors of #8E1052
Black with #8E1052
Text Example
Text Example
White with #8E1052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1052; }
p { color: rgb(142,16,82); }
H1.HeaderClassName
{
color: #8E1052;
}
.AnyTagClassName
{
color: #8E1052;
}
</style>
background-color css
<style>
a { background-color: #8E1052; }
a { background-color: rgb(142,16,82); }
div.DivClassName
{
background-color: #8E1052;
}
.BgClassName
{
background-color: #8E1052;
}
</style>
border-color css
<style>
span { border-color: #8E1052; }
span { border-color: rgb(142,16,82); }
td.TdClassName
{
border-color: #8E1052;
}
.TagClassName
{
border-color: #8E1052;
}
</style>