Shades of Jazzberry Jam #8E0B4B
Tints of Jazzberry Jam #8E0B4B
RGB
CMYK
RGB Variations
Color information
#8E0B4B (or 0x8E0B4B) is known color: Jazzberry Jam. HEX triplet: 8E, 0B and 4B. RGB value is (142,11,75). Sum of RGB (Red+Green+Blue) = 142+11+75=228 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.28% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0B4B is #71F4B4. Grayscale: #393939. Windows color (decimal): -7468213 or 4918158. OLE color: 4918158.
HSL color Cylindrical-coordinate representation of color #8E0B4B: hue angle of 330.69º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0B4B is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 11 | 75 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.44 |
| HSL | 330.69º | 0.86% | 0.3% | - |
| HSV(B) | 330.69º | 0.92% | 0.56% | - |
| XYZ | 12.55 | 6.5 | 7.25 | - |
| YUV | 57.47 | 137.9 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 11 | 75 | 0 | 0.92 | 0.47 | 0.44 | 330.69 | 0.86 | 0.3 |
| Hex | 8E | B | 4B | 0 | 5C | 2F | 2C | 14B | 56 | 1E |
| Octal | 216 | 13 | 113 | 0 | 134 | 57 | 54 | 513 | 126 | 36 |
| Binary | 10001110 | 1011 | 1001011 | 0 | 1011100 | 101111 | 101100 | 101001011 | 1010110 | 11110 |
Color Harmonies of #8E0B4B
Complementary color
Monochromatic Colors of #8E0B4B
Black with #8E0B4B
Text Example
Text Example
White with #8E0B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0B4B; }
p { color: rgb(142,11,75); }
H1.HeaderClassName
{
color: #8E0B4B;
}
.AnyTagClassName
{
color: #8E0B4B;
}
</style>
background-color css
<style>
a { background-color: #8E0B4B; }
a { background-color: rgb(142,11,75); }
div.DivClassName
{
background-color: #8E0B4B;
}
.BgClassName
{
background-color: #8E0B4B;
}
</style>
border-color css
<style>
span { border-color: #8E0B4B; }
span { border-color: rgb(142,11,75); }
td.TdClassName
{
border-color: #8E0B4B;
}
.TagClassName
{
border-color: #8E0B4B;
}
</style>