Shades of Jazzberry Jam #8B0E54
Tints of Jazzberry Jam #8B0E54
RGB
CMYK
RGB Variations
Color information
#8B0E54 (or 0x8B0E54) is known color: Jazzberry Jam. HEX triplet: 8B, 0E and 54. RGB value is (139,14,84). Sum of RGB (Red+Green+Blue) = 139+14+84=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E54 is #74F1AB. Grayscale: #3B3B3B. Windows color (decimal): -7664044 or 5508747. OLE color: 5508747.
HSL color Cylindrical-coordinate representation of color #8B0E54: hue angle of 326.4º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E54 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 14 | 84 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.45 |
| HSL | 326.4º | 0.82% | 0.3% | - |
| HSV(B) | 326.4º | 0.9% | 0.55% | - |
| XYZ | 12.4 | 6.44 | 8.98 | - |
| YUV | 59.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 14 | 84 | 0 | 0.90 | 0.40 | 0.45 | 326.4 | 0.82 | 0.3 |
| Hex | 8B | E | 54 | 0 | 5A | 28 | 2D | 146 | 52 | 1E |
| Octal | 213 | 16 | 124 | 0 | 132 | 50 | 55 | 506 | 122 | 36 |
| Binary | 10001011 | 1110 | 1010100 | 0 | 1011010 | 101000 | 101101 | 101000110 | 1010010 | 11110 |
Color Harmonies of #8B0E54
Complementary color
Monochromatic Colors of #8B0E54
Black with #8B0E54
Text Example
Text Example
White with #8B0E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0E54; }
p { color: rgb(139,14,84); }
H1.HeaderClassName
{
color: #8B0E54;
}
.AnyTagClassName
{
color: #8B0E54;
}
</style>
background-color css
<style>
a { background-color: #8B0E54; }
a { background-color: rgb(139,14,84); }
div.DivClassName
{
background-color: #8B0E54;
}
.BgClassName
{
background-color: #8B0E54;
}
</style>
border-color css
<style>
span { border-color: #8B0E54; }
span { border-color: rgb(139,14,84); }
td.TdClassName
{
border-color: #8B0E54;
}
.TagClassName
{
border-color: #8B0E54;
}
</style>