Shades of Jazzberry Jam #8B054B
Tints of Jazzberry Jam #8B054B
RGB
CMYK
RGB Variations
Color information
#8B054B (or 0x8B054B) is known color: Jazzberry Jam. HEX triplet: 8B, 05 and 4B. RGB value is (139,5,75). Sum of RGB (Red+Green+Blue) = 139+5+75=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B054B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B054B is #74FAB4. Grayscale: #343434. Windows color (decimal): -7666357 or 4916619. OLE color: 4916619.
HSL color Cylindrical-coordinate representation of color #8B054B: hue angle of 328.66º 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 #8B054B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 75 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.45 |
| HSL | 328.66º | 0.93% | 0.28% | - |
| HSV(B) | 328.66º | 0.96% | 0.55% | - |
| XYZ | 11.97 | 6.11 | 7.2 | - |
| YUV | 53.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 75 | 0 | 0.96 | 0.46 | 0.45 | 328.66 | 0.93 | 0.28 |
| Hex | 8B | 5 | 4B | 0 | 60 | 2E | 2D | 149 | 5D | 1C |
| Octal | 213 | 5 | 113 | 0 | 140 | 56 | 55 | 511 | 135 | 34 |
| Binary | 10001011 | 101 | 1001011 | 0 | 1100000 | 101110 | 101101 | 101001001 | 1011101 | 11100 |
Color Harmonies of #8B054B
Complementary color
Monochromatic Colors of #8B054B
Black with #8B054B
Text Example
Text Example
White with #8B054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B054B; }
p { color: rgb(139,5,75); }
H1.HeaderClassName
{
color: #8B054B;
}
.AnyTagClassName
{
color: #8B054B;
}
</style>
background-color css
<style>
a { background-color: #8B054B; }
a { background-color: rgb(139,5,75); }
div.DivClassName
{
background-color: #8B054B;
}
.BgClassName
{
background-color: #8B054B;
}
</style>
border-color css
<style>
span { border-color: #8B054B; }
span { border-color: rgb(139,5,75); }
td.TdClassName
{
border-color: #8B054B;
}
.TagClassName
{
border-color: #8B054B;
}
</style>