Shades of Jazzberry Jam #8E0F53
Tints of Jazzberry Jam #8E0F53
RGB
CMYK
RGB Variations
Color information
#8E0F53 (or 0x8E0F53) is known color: Jazzberry Jam. HEX triplet: 8E, 0F and 53. RGB value is (142,15,83). Sum of RGB (Red+Green+Blue) = 142+15+83=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0F53 is #71F0AC. Grayscale: #3C3C3C. Windows color (decimal): -7467181 or 5443470. OLE color: 5443470.
HSL color Cylindrical-coordinate representation of color #8E0F53: hue angle of 327.87º 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 #8E0F53 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 15 | 83 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.44 |
| HSL | 327.87º | 0.81% | 0.31% | - |
| HSV(B) | 327.87º | 0.89% | 0.56% | - |
| XYZ | 12.89 | 6.72 | 8.8 | - |
| YUV | 60.73 | 140.58 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 15 | 83 | 0 | 0.89 | 0.42 | 0.44 | 327.87 | 0.81 | 0.31 |
| Hex | 8E | F | 53 | 0 | 59 | 2A | 2C | 148 | 51 | 1F |
| Octal | 216 | 17 | 123 | 0 | 131 | 52 | 54 | 510 | 121 | 37 |
| Binary | 10001110 | 1111 | 1010011 | 0 | 1011001 | 101010 | 101100 | 101001000 | 1010001 | 11111 |
Color Harmonies of #8E0F53
Complementary color
Monochromatic Colors of #8E0F53
Black with #8E0F53
Text Example
Text Example
White with #8E0F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0F53; }
p { color: rgb(142,15,83); }
H1.HeaderClassName
{
color: #8E0F53;
}
.AnyTagClassName
{
color: #8E0F53;
}
</style>
background-color css
<style>
a { background-color: #8E0F53; }
a { background-color: rgb(142,15,83); }
div.DivClassName
{
background-color: #8E0F53;
}
.BgClassName
{
background-color: #8E0F53;
}
</style>
border-color css
<style>
span { border-color: #8E0F53; }
span { border-color: rgb(142,15,83); }
td.TdClassName
{
border-color: #8E0F53;
}
.TagClassName
{
border-color: #8E0F53;
}
</style>