Shades of Jazzberry Jam #8C0643
Tints of Jazzberry Jam #8C0643
RGB
CMYK
RGB Variations
Color information
#8C0643 (or 0x8C0643) is known color: Jazzberry Jam. HEX triplet: 8C, 06 and 43. RGB value is (140,6,67). Sum of RGB (Red+Green+Blue) = 140+6+67=213 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.73% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0643 is #73F9BC. Grayscale: #343434. Windows color (decimal): -7600573 or 4392588. OLE color: 4392588.
HSL color Cylindrical-coordinate representation of color #8C0643: hue angle of 332.69º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0643 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 67 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.45 |
| HSL | 332.69º | 0.92% | 0.29% | - |
| HSV(B) | 332.69º | 0.96% | 0.55% | - |
| XYZ | 11.89 | 6.11 | 5.86 | - |
| YUV | 53.02 | 135.89 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 67 | 0 | 0.96 | 0.52 | 0.45 | 332.69 | 0.92 | 0.29 |
| Hex | 8C | 6 | 43 | 0 | 60 | 34 | 2D | 14D | 5C | 1D |
| Octal | 214 | 6 | 103 | 0 | 140 | 64 | 55 | 515 | 134 | 35 |
| Binary | 10001100 | 110 | 1000011 | 0 | 1100000 | 110100 | 101101 | 101001101 | 1011100 | 11101 |
Color Harmonies of #8C0643
Complementary color
Monochromatic Colors of #8C0643
Black with #8C0643
Text Example
Text Example
White with #8C0643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0643; }
p { color: rgb(140,6,67); }
H1.HeaderClassName
{
color: #8C0643;
}
.AnyTagClassName
{
color: #8C0643;
}
</style>
background-color css
<style>
a { background-color: #8C0643; }
a { background-color: rgb(140,6,67); }
div.DivClassName
{
background-color: #8C0643;
}
.BgClassName
{
background-color: #8C0643;
}
</style>
border-color css
<style>
span { border-color: #8C0643; }
span { border-color: rgb(140,6,67); }
td.TdClassName
{
border-color: #8C0643;
}
.TagClassName
{
border-color: #8C0643;
}
</style>