Shades of Jazzberry Jam #8E0142
Tints of Jazzberry Jam #8E0142
RGB
CMYK
RGB Variations
Color information
#8E0142 (or 0x8E0142) is known color: Jazzberry Jam. HEX triplet: 8E, 01 and 42. RGB value is (142,1,66). Sum of RGB (Red+Green+Blue) = 142+1+66=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0142 is #71FEBD. Grayscale: #323232. Windows color (decimal): -7470782 or 4325774. OLE color: 4325774.
HSL color Cylindrical-coordinate representation of color #8E0142: hue angle of 332.34º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E0142 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.44 |
| HSL | 332.34º | 0.99% | 0.28% | - |
| HSV(B) | 332.34º | 0.99% | 0.56% | - |
| XYZ | 12.15 | 6.17 | 5.7 | - |
| YUV | 50.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 66 | 0 | 0.99 | 0.54 | 0.44 | 332.34 | 0.99 | 0.28 |
| Hex | 8E | 1 | 42 | 0 | 63 | 36 | 2C | 14C | 63 | 1C |
| Octal | 216 | 1 | 102 | 0 | 143 | 66 | 54 | 514 | 143 | 34 |
| Binary | 10001110 | 1 | 1000010 | 0 | 1100011 | 110110 | 101100 | 101001100 | 1100011 | 11100 |
Color Harmonies of #8E0142
Complementary color
Monochromatic Colors of #8E0142
Black with #8E0142
Text Example
Text Example
White with #8E0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0142; }
p { color: rgb(142,1,66); }
H1.HeaderClassName
{
color: #8E0142;
}
.AnyTagClassName
{
color: #8E0142;
}
</style>
background-color css
<style>
a { background-color: #8E0142; }
a { background-color: rgb(142,1,66); }
div.DivClassName
{
background-color: #8E0142;
}
.BgClassName
{
background-color: #8E0142;
}
</style>
border-color css
<style>
span { border-color: #8E0142; }
span { border-color: rgb(142,1,66); }
td.TdClassName
{
border-color: #8E0142;
}
.TagClassName
{
border-color: #8E0142;
}
</style>