Shades of Jazzberry Jam #8E1A5E
Tints of Jazzberry Jam #8E1A5E
RGB
CMYK
RGB Variations
Color information
#8E1A5E (or 0x8E1A5E) is known color: Jazzberry Jam. HEX triplet: 8E, 1A and 5E. RGB value is (142,26,94). Sum of RGB (Red+Green+Blue) = 142+26+94=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1A5E is #71E5A1. Grayscale: #444444. Windows color (decimal): -7464354 or 6167182. OLE color: 6167182.
HSL color Cylindrical-coordinate representation of color #8E1A5E: hue angle of 324.83º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1A5E is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 26 | 94 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.44 |
| HSL | 324.83º | 0.69% | 0.33% | - |
| HSV(B) | 324.83º | 0.82% | 0.56% | - |
| XYZ | 13.55 | 7.3 | 11.28 | - |
| YUV | 68.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 94 | 0 | 0.82 | 0.34 | 0.44 | 324.83 | 0.69 | 0.33 |
| Hex | 8E | 1A | 5E | 0 | 52 | 22 | 2C | 145 | 45 | 21 |
| Octal | 216 | 32 | 136 | 0 | 122 | 42 | 54 | 505 | 105 | 41 |
| Binary | 10001110 | 11010 | 1011110 | 0 | 1010010 | 100010 | 101100 | 101000101 | 1000101 | 100001 |
Color Harmonies of #8E1A5E
Complementary color
Monochromatic Colors of #8E1A5E
Black with #8E1A5E
Text Example
Text Example
White with #8E1A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1A5E; }
p { color: rgb(142,26,94); }
H1.HeaderClassName
{
color: #8E1A5E;
}
.AnyTagClassName
{
color: #8E1A5E;
}
</style>
background-color css
<style>
a { background-color: #8E1A5E; }
a { background-color: rgb(142,26,94); }
div.DivClassName
{
background-color: #8E1A5E;
}
.BgClassName
{
background-color: #8E1A5E;
}
</style>
border-color css
<style>
span { border-color: #8E1A5E; }
span { border-color: rgb(142,26,94); }
td.TdClassName
{
border-color: #8E1A5E;
}
.TagClassName
{
border-color: #8E1A5E;
}
</style>