Shades of Jazzberry Jam #8C1055
Tints of Jazzberry Jam #8C1055
RGB
CMYK
RGB Variations
Color information
#8C1055 (or 0x8C1055) is known color: Jazzberry Jam. HEX triplet: 8C, 10 and 55. RGB value is (140,16,85). Sum of RGB (Red+Green+Blue) = 140+16+85=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1055 is #73EFAA. Grayscale: #3C3C3C. Windows color (decimal): -7597995 or 5574796. OLE color: 5574796.
HSL color Cylindrical-coordinate representation of color #8C1055: hue angle of 326.61º 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 #8C1055 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 85 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.45 |
| HSL | 326.61º | 0.79% | 0.31% | - |
| HSV(B) | 326.61º | 0.89% | 0.55% | - |
| XYZ | 12.64 | 6.6 | 9.2 | - |
| YUV | 60.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 85 | 0 | 0.89 | 0.39 | 0.45 | 326.61 | 0.79 | 0.31 |
| Hex | 8C | 10 | 55 | 0 | 59 | 27 | 2D | 147 | 4F | 1F |
| Octal | 214 | 20 | 125 | 0 | 131 | 47 | 55 | 507 | 117 | 37 |
| Binary | 10001100 | 10000 | 1010101 | 0 | 1011001 | 100111 | 101101 | 101000111 | 1001111 | 11111 |
Color Harmonies of #8C1055
Complementary color
Monochromatic Colors of #8C1055
Black with #8C1055
Text Example
Text Example
White with #8C1055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1055; }
p { color: rgb(140,16,85); }
H1.HeaderClassName
{
color: #8C1055;
}
.AnyTagClassName
{
color: #8C1055;
}
</style>
background-color css
<style>
a { background-color: #8C1055; }
a { background-color: rgb(140,16,85); }
div.DivClassName
{
background-color: #8C1055;
}
.BgClassName
{
background-color: #8C1055;
}
</style>
border-color css
<style>
span { border-color: #8C1055; }
span { border-color: rgb(140,16,85); }
td.TdClassName
{
border-color: #8C1055;
}
.TagClassName
{
border-color: #8C1055;
}
</style>