Shades of Jazzberry Jam #8B0F4E
Tints of Jazzberry Jam #8B0F4E
RGB
CMYK
RGB Variations
Color information
#8B0F4E (or 0x8B0F4E) is known color: Jazzberry Jam. HEX triplet: 8B, 0F and 4E. RGB value is (139,15,78). Sum of RGB (Red+Green+Blue) = 139+15+78=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0F4E is #74F0B1. Grayscale: #3B3B3B. Windows color (decimal): -7663794 or 5115787. OLE color: 5115787.
HSL color Cylindrical-coordinate representation of color #8B0F4E: hue angle of 329.52º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B0F4E is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 15 | 78 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.45 |
| HSL | 329.52º | 0.81% | 0.3% | - |
| HSV(B) | 329.52º | 0.89% | 0.55% | - |
| XYZ | 12.19 | 6.38 | 7.8 | - |
| YUV | 59.26 | 138.58 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 78 | 0 | 0.89 | 0.44 | 0.45 | 329.52 | 0.81 | 0.3 |
| Hex | 8B | F | 4E | 0 | 59 | 2C | 2D | 14A | 51 | 1E |
| Octal | 213 | 17 | 116 | 0 | 131 | 54 | 55 | 512 | 121 | 36 |
| Binary | 10001011 | 1111 | 1001110 | 0 | 1011001 | 101100 | 101101 | 101001010 | 1010001 | 11110 |
Color Harmonies of #8B0F4E
Complementary color
Monochromatic Colors of #8B0F4E
Black with #8B0F4E
Text Example
Text Example
White with #8B0F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0F4E; }
p { color: rgb(139,15,78); }
H1.HeaderClassName
{
color: #8B0F4E;
}
.AnyTagClassName
{
color: #8B0F4E;
}
</style>
background-color css
<style>
a { background-color: #8B0F4E; }
a { background-color: rgb(139,15,78); }
div.DivClassName
{
background-color: #8B0F4E;
}
.BgClassName
{
background-color: #8B0F4E;
}
</style>
border-color css
<style>
span { border-color: #8B0F4E; }
span { border-color: rgb(139,15,78); }
td.TdClassName
{
border-color: #8B0F4E;
}
.TagClassName
{
border-color: #8B0F4E;
}
</style>