Shades of Jazzberry Jam #8C0443
Tints of Jazzberry Jam #8C0443
RGB
CMYK
RGB Variations
Color information
#8C0443 (or 0x8C0443) is known color: Jazzberry Jam. HEX triplet: 8C, 04 and 43. RGB value is (140,4,67). Sum of RGB (Red+Green+Blue) = 140+4+67=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0443 is #73FBBC. Grayscale: #333333. Windows color (decimal): -7601085 or 4392076. OLE color: 4392076.
HSL color Cylindrical-coordinate representation of color #8C0443: hue angle of 332.21º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0443 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 67 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.45 |
| HSL | 332.21º | 0.94% | 0.28% | - |
| HSV(B) | 332.21º | 0.97% | 0.55% | - |
| XYZ | 11.87 | 6.07 | 5.86 | - |
| YUV | 51.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 67 | 0 | 0.97 | 0.52 | 0.45 | 332.21 | 0.94 | 0.28 |
| Hex | 8C | 4 | 43 | 0 | 61 | 34 | 2D | 14C | 5E | 1C |
| Octal | 214 | 4 | 103 | 0 | 141 | 64 | 55 | 514 | 136 | 34 |
| Binary | 10001100 | 100 | 1000011 | 0 | 1100001 | 110100 | 101101 | 101001100 | 1011110 | 11100 |
Color Harmonies of #8C0443
Complementary color
Monochromatic Colors of #8C0443
Black with #8C0443
Text Example
Text Example
White with #8C0443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0443; }
p { color: rgb(140,4,67); }
H1.HeaderClassName
{
color: #8C0443;
}
.AnyTagClassName
{
color: #8C0443;
}
</style>
background-color css
<style>
a { background-color: #8C0443; }
a { background-color: rgb(140,4,67); }
div.DivClassName
{
background-color: #8C0443;
}
.BgClassName
{
background-color: #8C0443;
}
</style>
border-color css
<style>
span { border-color: #8C0443; }
span { border-color: rgb(140,4,67); }
td.TdClassName
{
border-color: #8C0443;
}
.TagClassName
{
border-color: #8C0443;
}
</style>