Shades of Jazzberry Jam #8C0542
Tints of Jazzberry Jam #8C0542
RGB
CMYK
RGB Variations
Color information
#8C0542 (or 0x8C0542) is known color: Jazzberry Jam. HEX triplet: 8C, 05 and 42. RGB value is (140,5,66). Sum of RGB (Red+Green+Blue) = 140+5+66=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0542 is #73FABD. Grayscale: #343434. Windows color (decimal): -7600830 or 4326796. OLE color: 4326796.
HSL color Cylindrical-coordinate representation of color #8C0542: hue angle of 332.89º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0542 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 66 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.45 |
| HSL | 332.89º | 0.93% | 0.28% | - |
| HSV(B) | 332.89º | 0.96% | 0.55% | - |
| XYZ | 11.85 | 6.08 | 5.7 | - |
| YUV | 52.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 66 | 0 | 0.96 | 0.53 | 0.45 | 332.89 | 0.93 | 0.28 |
| Hex | 8C | 5 | 42 | 0 | 60 | 35 | 2D | 14D | 5D | 1C |
| Octal | 214 | 5 | 102 | 0 | 140 | 65 | 55 | 515 | 135 | 34 |
| Binary | 10001100 | 101 | 1000010 | 0 | 1100000 | 110101 | 101101 | 101001101 | 1011101 | 11100 |
Color Harmonies of #8C0542
Complementary color
Monochromatic Colors of #8C0542
Black with #8C0542
Text Example
Text Example
White with #8C0542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0542; }
p { color: rgb(140,5,66); }
H1.HeaderClassName
{
color: #8C0542;
}
.AnyTagClassName
{
color: #8C0542;
}
</style>
background-color css
<style>
a { background-color: #8C0542; }
a { background-color: rgb(140,5,66); }
div.DivClassName
{
background-color: #8C0542;
}
.BgClassName
{
background-color: #8C0542;
}
</style>
border-color css
<style>
span { border-color: #8C0542; }
span { border-color: rgb(140,5,66); }
td.TdClassName
{
border-color: #8C0542;
}
.TagClassName
{
border-color: #8C0542;
}
</style>