Shades of Jazzberry Jam #8E145C
Tints of Jazzberry Jam #8E145C
RGB
CMYK
RGB Variations
Color information
#8E145C (or 0x8E145C) is known color: Jazzberry Jam. HEX triplet: 8E, 14 and 5C. RGB value is (142,20,92). Sum of RGB (Red+Green+Blue) = 142+20+92=254 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.91% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 142 - color contains mainly: red. Hex color #8E145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E145C is #71EBA3. Grayscale: #404040. Windows color (decimal): -7465892 or 6034574. OLE color: 6034574.
HSL color Cylindrical-coordinate representation of color #8E145C: hue angle of 324.59º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E145C is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 20 | 92 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.44 |
| HSL | 324.59º | 0.75% | 0.32% | - |
| HSV(B) | 324.59º | 0.86% | 0.56% | - |
| XYZ | 13.34 | 7.02 | 10.78 | - |
| YUV | 64.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 20 | 92 | 0 | 0.86 | 0.35 | 0.44 | 324.59 | 0.75 | 0.32 |
| Hex | 8E | 14 | 5C | 0 | 56 | 23 | 2C | 145 | 4B | 20 |
| Octal | 216 | 24 | 134 | 0 | 126 | 43 | 54 | 505 | 113 | 40 |
| Binary | 10001110 | 10100 | 1011100 | 0 | 1010110 | 100011 | 101100 | 101000101 | 1001011 | 100000 |
Color Harmonies of #8E145C
Complementary color
Monochromatic Colors of #8E145C
Black with #8E145C
Text Example
Text Example
White with #8E145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E145C; }
p { color: rgb(142,20,92); }
H1.HeaderClassName
{
color: #8E145C;
}
.AnyTagClassName
{
color: #8E145C;
}
</style>
background-color css
<style>
a { background-color: #8E145C; }
a { background-color: rgb(142,20,92); }
div.DivClassName
{
background-color: #8E145C;
}
.BgClassName
{
background-color: #8E145C;
}
</style>
border-color css
<style>
span { border-color: #8E145C; }
span { border-color: rgb(142,20,92); }
td.TdClassName
{
border-color: #8E145C;
}
.TagClassName
{
border-color: #8E145C;
}
</style>