Shades of Jazzberry Jam #8B0847
Tints of Jazzberry Jam #8B0847
RGB
CMYK
RGB Variations
Color information
#8B0847 (or 0x8B0847) is known color: Jazzberry Jam. HEX triplet: 8B, 08 and 47. RGB value is (139,8,71). Sum of RGB (Red+Green+Blue) = 139+8+71=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0847 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0847 is #74F7B8. Grayscale: #363636. Windows color (decimal): -7665593 or 4655243. OLE color: 4655243.
HSL color Cylindrical-coordinate representation of color #8B0847: hue angle of 331.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0847 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 8 | 71 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.45 |
| HSL | 331.15º | 0.89% | 0.29% | - |
| HSV(B) | 331.15º | 0.94% | 0.55% | - |
| XYZ | 11.87 | 6.12 | 6.52 | - |
| YUV | 54.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 8 | 71 | 0 | 0.94 | 0.49 | 0.45 | 331.15 | 0.89 | 0.29 |
| Hex | 8B | 8 | 47 | 0 | 5E | 31 | 2D | 14B | 59 | 1D |
| Octal | 213 | 10 | 107 | 0 | 136 | 61 | 55 | 513 | 131 | 35 |
| Binary | 10001011 | 1000 | 1000111 | 0 | 1011110 | 110001 | 101101 | 101001011 | 1011001 | 11101 |
Color Harmonies of #8B0847
Complementary color
Monochromatic Colors of #8B0847
Black with #8B0847
Text Example
Text Example
White with #8B0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0847; }
p { color: rgb(139,8,71); }
H1.HeaderClassName
{
color: #8B0847;
}
.AnyTagClassName
{
color: #8B0847;
}
</style>
background-color css
<style>
a { background-color: #8B0847; }
a { background-color: rgb(139,8,71); }
div.DivClassName
{
background-color: #8B0847;
}
.BgClassName
{
background-color: #8B0847;
}
</style>
border-color css
<style>
span { border-color: #8B0847; }
span { border-color: rgb(139,8,71); }
td.TdClassName
{
border-color: #8B0847;
}
.TagClassName
{
border-color: #8B0847;
}
</style>