Shades of Jazzberry Jam #8C1056
Tints of Jazzberry Jam #8C1056
RGB
CMYK
RGB Variations
Color information
#8C1056 (or 0x8C1056) is known color: Jazzberry Jam. HEX triplet: 8C, 10 and 56. RGB value is (140,16,86). Sum of RGB (Red+Green+Blue) = 140+16+86=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1056 is #73EFA9. Grayscale: #3C3C3C. Windows color (decimal): -7597994 or 5640332. OLE color: 5640332.
HSL color Cylindrical-coordinate representation of color #8C1056: hue angle of 326.13º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1056 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 86 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.45 |
| HSL | 326.13º | 0.79% | 0.31% | - |
| HSV(B) | 326.13º | 0.89% | 0.55% | - |
| XYZ | 12.68 | 6.62 | 9.41 | - |
| YUV | 61.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 86 | 0 | 0.89 | 0.39 | 0.45 | 326.13 | 0.79 | 0.31 |
| Hex | 8C | 10 | 56 | 0 | 59 | 27 | 2D | 146 | 4F | 1F |
| Octal | 214 | 20 | 126 | 0 | 131 | 47 | 55 | 506 | 117 | 37 |
| Binary | 10001100 | 10000 | 1010110 | 0 | 1011001 | 100111 | 101101 | 101000110 | 1001111 | 11111 |
Color Harmonies of #8C1056
Complementary color
Monochromatic Colors of #8C1056
Black with #8C1056
Text Example
Text Example
White with #8C1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1056; }
p { color: rgb(140,16,86); }
H1.HeaderClassName
{
color: #8C1056;
}
.AnyTagClassName
{
color: #8C1056;
}
</style>
background-color css
<style>
a { background-color: #8C1056; }
a { background-color: rgb(140,16,86); }
div.DivClassName
{
background-color: #8C1056;
}
.BgClassName
{
background-color: #8C1056;
}
</style>
border-color css
<style>
span { border-color: #8C1056; }
span { border-color: rgb(140,16,86); }
td.TdClassName
{
border-color: #8C1056;
}
.TagClassName
{
border-color: #8C1056;
}
</style>