Shades of Jazzberry Jam #8E155A
Tints of Jazzberry Jam #8E155A
RGB
CMYK
RGB Variations
Color information
#8E155A (or 0x8E155A) is known color: Jazzberry Jam. HEX triplet: 8E, 15 and 5A. RGB value is (142,21,90). Sum of RGB (Red+Green+Blue) = 142+21+90=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E155A is #71EAA5. Grayscale: #404040. Windows color (decimal): -7465638 or 5903758. OLE color: 5903758.
HSL color Cylindrical-coordinate representation of color #8E155A: hue angle of 325.79º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E155A is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 21 | 90 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.44 |
| HSL | 325.79º | 0.74% | 0.32% | - |
| HSV(B) | 325.79º | 0.85% | 0.56% | - |
| XYZ | 13.27 | 7.03 | 10.33 | - |
| YUV | 65.05 | 142.09 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 21 | 90 | 0 | 0.85 | 0.37 | 0.44 | 325.79 | 0.74 | 0.32 |
| Hex | 8E | 15 | 5A | 0 | 55 | 25 | 2C | 146 | 4A | 20 |
| Octal | 216 | 25 | 132 | 0 | 125 | 45 | 54 | 506 | 112 | 40 |
| Binary | 10001110 | 10101 | 1011010 | 0 | 1010101 | 100101 | 101100 | 101000110 | 1001010 | 100000 |
Color Harmonies of #8E155A
Complementary color
Monochromatic Colors of #8E155A
Black with #8E155A
Text Example
Text Example
White with #8E155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E155A; }
p { color: rgb(142,21,90); }
H1.HeaderClassName
{
color: #8E155A;
}
.AnyTagClassName
{
color: #8E155A;
}
</style>
background-color css
<style>
a { background-color: #8E155A; }
a { background-color: rgb(142,21,90); }
div.DivClassName
{
background-color: #8E155A;
}
.BgClassName
{
background-color: #8E155A;
}
</style>
border-color css
<style>
span { border-color: #8E155A; }
span { border-color: rgb(142,21,90); }
td.TdClassName
{
border-color: #8E155A;
}
.TagClassName
{
border-color: #8E155A;
}
</style>