Shades of Jazzberry Jam #8E175C
Tints of Jazzberry Jam #8E175C
RGB
CMYK
RGB Variations
Color information
#8E175C (or 0x8E175C) is known color: Jazzberry Jam. HEX triplet: 8E, 17 and 5C. RGB value is (142,23,92). Sum of RGB (Red+Green+Blue) = 142+23+92=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E175C is #71E8A3. Grayscale: #424242. Windows color (decimal): -7465124 or 6035342. OLE color: 6035342.
HSL color Cylindrical-coordinate representation of color #8E175C: hue angle of 325.21º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E175C is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 23 | 92 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.44 |
| HSL | 325.21º | 0.72% | 0.32% | - |
| HSV(B) | 325.21º | 0.84% | 0.56% | - |
| XYZ | 13.39 | 7.14 | 10.8 | - |
| YUV | 66.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 23 | 92 | 0 | 0.84 | 0.35 | 0.44 | 325.21 | 0.72 | 0.32 |
| Hex | 8E | 17 | 5C | 0 | 54 | 23 | 2C | 145 | 48 | 20 |
| Octal | 216 | 27 | 134 | 0 | 124 | 43 | 54 | 505 | 110 | 40 |
| Binary | 10001110 | 10111 | 1011100 | 0 | 1010100 | 100011 | 101100 | 101000101 | 1001000 | 100000 |
Color Harmonies of #8E175C
Complementary color
Monochromatic Colors of #8E175C
Black with #8E175C
Text Example
Text Example
White with #8E175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E175C; }
p { color: rgb(142,23,92); }
H1.HeaderClassName
{
color: #8E175C;
}
.AnyTagClassName
{
color: #8E175C;
}
</style>
background-color css
<style>
a { background-color: #8E175C; }
a { background-color: rgb(142,23,92); }
div.DivClassName
{
background-color: #8E175C;
}
.BgClassName
{
background-color: #8E175C;
}
</style>
border-color css
<style>
span { border-color: #8E175C; }
span { border-color: rgb(142,23,92); }
td.TdClassName
{
border-color: #8E175C;
}
.TagClassName
{
border-color: #8E175C;
}
</style>