Shades of Jazzberry Jam #8C1355
Tints of Jazzberry Jam #8C1355
RGB
CMYK
RGB Variations
Color information
#8C1355 (or 0x8C1355) is known color: Jazzberry Jam. HEX triplet: 8C, 13 and 55. RGB value is (140,19,85). Sum of RGB (Red+Green+Blue) = 140+19+85=244 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.38% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1355 is #73ECAA. Grayscale: #3E3E3E. Windows color (decimal): -7597227 or 5575564. OLE color: 5575564.
HSL color Cylindrical-coordinate representation of color #8C1355: hue angle of 327.27º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1355 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 19 | 85 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.45 |
| HSL | 327.27º | 0.76% | 0.31% | - |
| HSV(B) | 327.27º | 0.86% | 0.55% | - |
| XYZ | 12.69 | 6.7 | 9.22 | - |
| YUV | 62.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 19 | 85 | 0 | 0.86 | 0.39 | 0.45 | 327.27 | 0.76 | 0.31 |
| Hex | 8C | 13 | 55 | 0 | 56 | 27 | 2D | 147 | 4C | 1F |
| Octal | 214 | 23 | 125 | 0 | 126 | 47 | 55 | 507 | 114 | 37 |
| Binary | 10001100 | 10011 | 1010101 | 0 | 1010110 | 100111 | 101101 | 101000111 | 1001100 | 11111 |
Color Harmonies of #8C1355
Complementary color
Monochromatic Colors of #8C1355
Black with #8C1355
Text Example
Text Example
White with #8C1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1355; }
p { color: rgb(140,19,85); }
H1.HeaderClassName
{
color: #8C1355;
}
.AnyTagClassName
{
color: #8C1355;
}
</style>
background-color css
<style>
a { background-color: #8C1355; }
a { background-color: rgb(140,19,85); }
div.DivClassName
{
background-color: #8C1355;
}
.BgClassName
{
background-color: #8C1355;
}
</style>
border-color css
<style>
span { border-color: #8C1355; }
span { border-color: rgb(140,19,85); }
td.TdClassName
{
border-color: #8C1355;
}
.TagClassName
{
border-color: #8C1355;
}
</style>