Shades of Jazzberry Jam #8E0446
Tints of Jazzberry Jam #8E0446
RGB
CMYK
RGB Variations
Color information
#8E0446 (or 0x8E0446) is known color: Jazzberry Jam. HEX triplet: 8E, 04 and 46. RGB value is (142,4,70). Sum of RGB (Red+Green+Blue) = 142+4+70=216 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.74% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0446 is #71FBB9. Grayscale: #343434. Windows color (decimal): -7470010 or 4588686. OLE color: 4588686.
HSL color Cylindrical-coordinate representation of color #8E0446: hue angle of 331.3º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E0446 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 4 | 70 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.44 |
| HSL | 331.3º | 0.95% | 0.29% | - |
| HSV(B) | 331.3º | 0.97% | 0.56% | - |
| XYZ | 12.3 | 6.28 | 6.36 | - |
| YUV | 52.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 4 | 70 | 0 | 0.97 | 0.51 | 0.44 | 331.3 | 0.95 | 0.29 |
| Hex | 8E | 4 | 46 | 0 | 61 | 33 | 2C | 14B | 5F | 1D |
| Octal | 216 | 4 | 106 | 0 | 141 | 63 | 54 | 513 | 137 | 35 |
| Binary | 10001110 | 100 | 1000110 | 0 | 1100001 | 110011 | 101100 | 101001011 | 1011111 | 11101 |
Color Harmonies of #8E0446
Complementary color
Monochromatic Colors of #8E0446
Black with #8E0446
Text Example
Text Example
White with #8E0446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0446; }
p { color: rgb(142,4,70); }
H1.HeaderClassName
{
color: #8E0446;
}
.AnyTagClassName
{
color: #8E0446;
}
</style>
background-color css
<style>
a { background-color: #8E0446; }
a { background-color: rgb(142,4,70); }
div.DivClassName
{
background-color: #8E0446;
}
.BgClassName
{
background-color: #8E0446;
}
</style>
border-color css
<style>
span { border-color: #8E0446; }
span { border-color: rgb(142,4,70); }
td.TdClassName
{
border-color: #8E0446;
}
.TagClassName
{
border-color: #8E0446;
}
</style>