Shades of Jazzberry Jam #8C1057
Tints of Jazzberry Jam #8C1057
RGB
CMYK
RGB Variations
Color information
#8C1057 (or 0x8C1057) is known color: Jazzberry Jam. HEX triplet: 8C, 10 and 57. RGB value is (140,16,87). Sum of RGB (Red+Green+Blue) = 140+16+87=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1057 is #73EFA8. Grayscale: #3D3D3D. Windows color (decimal): -7597993 or 5705868. OLE color: 5705868.
HSL color Cylindrical-coordinate representation of color #8C1057: hue angle of 325.65º 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 #8C1057 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 87 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.45 |
| HSL | 325.65º | 0.79% | 0.31% | - |
| HSV(B) | 325.65º | 0.89% | 0.55% | - |
| XYZ | 12.72 | 6.63 | 9.63 | - |
| YUV | 61.17 | 142.58 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 87 | 0 | 0.89 | 0.38 | 0.45 | 325.65 | 0.79 | 0.31 |
| Hex | 8C | 10 | 57 | 0 | 59 | 26 | 2D | 146 | 4F | 1F |
| Octal | 214 | 20 | 127 | 0 | 131 | 46 | 55 | 506 | 117 | 37 |
| Binary | 10001100 | 10000 | 1010111 | 0 | 1011001 | 100110 | 101101 | 101000110 | 1001111 | 11111 |
Color Harmonies of #8C1057
Complementary color
Monochromatic Colors of #8C1057
Black with #8C1057
Text Example
Text Example
White with #8C1057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1057; }
p { color: rgb(140,16,87); }
H1.HeaderClassName
{
color: #8C1057;
}
.AnyTagClassName
{
color: #8C1057;
}
</style>
background-color css
<style>
a { background-color: #8C1057; }
a { background-color: rgb(140,16,87); }
div.DivClassName
{
background-color: #8C1057;
}
.BgClassName
{
background-color: #8C1057;
}
</style>
border-color css
<style>
span { border-color: #8C1057; }
span { border-color: rgb(140,16,87); }
td.TdClassName
{
border-color: #8C1057;
}
.TagClassName
{
border-color: #8C1057;
}
</style>