Shades of Jazzberry Jam #8B0548
Tints of Jazzberry Jam #8B0548
RGB
CMYK
RGB Variations
Color information
#8B0548 (or 0x8B0548) is known color: Jazzberry Jam. HEX triplet: 8B, 05 and 48. RGB value is (139,5,72). Sum of RGB (Red+Green+Blue) = 139+5+72=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0548 is #74FAB7. Grayscale: #343434. Windows color (decimal): -7666360 or 4720011. OLE color: 4720011.
HSL color Cylindrical-coordinate representation of color #8B0548: hue angle of 330º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0548 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 72 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.45 |
| HSL | 330º | 0.93% | 0.28% | - |
| HSV(B) | 330º | 0.96% | 0.55% | - |
| XYZ | 11.87 | 6.07 | 6.68 | - |
| YUV | 52.7 | 138.89 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 72 | 0 | 0.96 | 0.48 | 0.45 | 330 | 0.93 | 0.28 |
| Hex | 8B | 5 | 48 | 0 | 60 | 30 | 2D | 14A | 5D | 1C |
| Octal | 213 | 5 | 110 | 0 | 140 | 60 | 55 | 512 | 135 | 34 |
| Binary | 10001011 | 101 | 1001000 | 0 | 1100000 | 110000 | 101101 | 101001010 | 1011101 | 11100 |
Color Harmonies of #8B0548
Complementary color
Monochromatic Colors of #8B0548
Black with #8B0548
Text Example
Text Example
White with #8B0548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0548; }
p { color: rgb(139,5,72); }
H1.HeaderClassName
{
color: #8B0548;
}
.AnyTagClassName
{
color: #8B0548;
}
</style>
background-color css
<style>
a { background-color: #8B0548; }
a { background-color: rgb(139,5,72); }
div.DivClassName
{
background-color: #8B0548;
}
.BgClassName
{
background-color: #8B0548;
}
</style>
border-color css
<style>
span { border-color: #8B0548; }
span { border-color: rgb(139,5,72); }
td.TdClassName
{
border-color: #8B0548;
}
.TagClassName
{
border-color: #8B0548;
}
</style>