Shades of Jazzberry Jam #8F1056
Tints of Jazzberry Jam #8F1056
RGB
CMYK
RGB Variations
Color information
#8F1056 (or 0x8F1056) is known color: Jazzberry Jam. HEX triplet: 8F, 10 and 56. RGB value is (143,16,86). Sum of RGB (Red+Green+Blue) = 143+16+86=245 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.37% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1056 is #70EFA9. Grayscale: #3D3D3D. Windows color (decimal): -7401386 or 5640335. OLE color: 5640335.
HSL color Cylindrical-coordinate representation of color #8F1056: hue angle of 326.93º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1056 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 86 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.44 |
| HSL | 326.93º | 0.8% | 0.31% | - |
| HSV(B) | 326.93º | 0.89% | 0.56% | - |
| XYZ | 13.19 | 6.88 | 9.44 | - |
| YUV | 61.95 | 141.58 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 86 | 0 | 0.89 | 0.40 | 0.44 | 326.93 | 0.8 | 0.31 |
| Hex | 8F | 10 | 56 | 0 | 59 | 28 | 2C | 147 | 50 | 1F |
| Octal | 217 | 20 | 126 | 0 | 131 | 50 | 54 | 507 | 120 | 37 |
| Binary | 10001111 | 10000 | 1010110 | 0 | 1011001 | 101000 | 101100 | 101000111 | 1010000 | 11111 |
Color Harmonies of #8F1056
Complementary color
Monochromatic Colors of #8F1056
Black with #8F1056
Text Example
Text Example
White with #8F1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1056; }
p { color: rgb(143,16,86); }
H1.HeaderClassName
{
color: #8F1056;
}
.AnyTagClassName
{
color: #8F1056;
}
</style>
background-color css
<style>
a { background-color: #8F1056; }
a { background-color: rgb(143,16,86); }
div.DivClassName
{
background-color: #8F1056;
}
.BgClassName
{
background-color: #8F1056;
}
</style>
border-color css
<style>
span { border-color: #8F1056; }
span { border-color: rgb(143,16,86); }
td.TdClassName
{
border-color: #8F1056;
}
.TagClassName
{
border-color: #8F1056;
}
</style>