Shades of Jazzberry Jam #8F0546
Tints of Jazzberry Jam #8F0546
RGB
CMYK
RGB Variations
Color information
#8F0546 (or 0x8F0546) is known color: Jazzberry Jam. HEX triplet: 8F, 05 and 46. RGB value is (143,5,70). Sum of RGB (Red+Green+Blue) = 143+5+70=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0546 is #70FAB9. Grayscale: #353535. Windows color (decimal): -7404218 or 4588943. OLE color: 4588943.
HSL color Cylindrical-coordinate representation of color #8F0546: hue angle of 331.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0546 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 70 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.44 |
| HSL | 331.74º | 0.93% | 0.29% | - |
| HSV(B) | 331.74º | 0.97% | 0.56% | - |
| XYZ | 12.49 | 6.39 | 6.37 | - |
| YUV | 53.67 | 137.22 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 70 | 0 | 0.97 | 0.51 | 0.44 | 331.74 | 0.93 | 0.29 |
| Hex | 8F | 5 | 46 | 0 | 61 | 33 | 2C | 14C | 5D | 1D |
| Octal | 217 | 5 | 106 | 0 | 141 | 63 | 54 | 514 | 135 | 35 |
| Binary | 10001111 | 101 | 1000110 | 0 | 1100001 | 110011 | 101100 | 101001100 | 1011101 | 11101 |
Color Harmonies of #8F0546
Complementary color
Monochromatic Colors of #8F0546
Black with #8F0546
Text Example
Text Example
White with #8F0546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0546; }
p { color: rgb(143,5,70); }
H1.HeaderClassName
{
color: #8F0546;
}
.AnyTagClassName
{
color: #8F0546;
}
</style>
background-color css
<style>
a { background-color: #8F0546; }
a { background-color: rgb(143,5,70); }
div.DivClassName
{
background-color: #8F0546;
}
.BgClassName
{
background-color: #8F0546;
}
</style>
border-color css
<style>
span { border-color: #8F0546; }
span { border-color: rgb(143,5,70); }
td.TdClassName
{
border-color: #8F0546;
}
.TagClassName
{
border-color: #8F0546;
}
</style>