Shades of Jazzberry Jam #8C0043
Tints of Jazzberry Jam #8C0043
RGB
CMYK
RGB Variations
Color information
#8C0043 (or 0x8C0043) is known color: Jazzberry Jam. HEX triplet: 8C, 00 and 43. RGB value is (140,0,67). Sum of RGB (Red+Green+Blue) = 140+0+67=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0043 is #73FFBC. Grayscale: #313131. Windows color (decimal): -7602109 or 4391052. OLE color: 4391052.
HSL color Cylindrical-coordinate representation of color #8C0043: hue angle of 331.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C0043 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 0 | 67 | - |
| CMYK | 0 | 1 | 0.52 | 0.45 |
| HSL | 331.29º | 1% | 0.27% | - |
| HSV(B) | 331.29º | 1% | 0.55% | - |
| XYZ | 11.83 | 5.98 | 5.84 | - |
| YUV | 49.5 | 137.88 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 0 | 67 | 0 | 1 | 0.52 | 0.45 | 331.29 | 1 | 0.27 |
| Hex | 8C | 0 | 43 | 0 | 64 | 34 | 2D | 14B | 64 | 1B |
| Octal | 214 | 0 | 103 | 0 | 144 | 64 | 55 | 513 | 144 | 33 |
| Binary | 10001100 | 0 | 1000011 | 0 | 1100100 | 110100 | 101101 | 101001011 | 1100100 | 11011 |
Color Harmonies of #8C0043
Complementary color
Monochromatic Colors of #8C0043
Black with #8C0043
Text Example
Text Example
White with #8C0043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0043; }
p { color: rgb(140,0,67); }
H1.HeaderClassName
{
color: #8C0043;
}
.AnyTagClassName
{
color: #8C0043;
}
</style>
background-color css
<style>
a { background-color: #8C0043; }
a { background-color: rgb(140,0,67); }
div.DivClassName
{
background-color: #8C0043;
}
.BgClassName
{
background-color: #8C0043;
}
</style>
border-color css
<style>
span { border-color: #8C0043; }
span { border-color: rgb(140,0,67); }
td.TdClassName
{
border-color: #8C0043;
}
.TagClassName
{
border-color: #8C0043;
}
</style>