Shades of Jazzberry Jam #8C0C52
Tints of Jazzberry Jam #8C0C52
RGB
CMYK
RGB Variations
Color information
#8C0C52 (or 0x8C0C52) is known color: Jazzberry Jam. HEX triplet: 8C, 0C and 52. RGB value is (140,12,82). Sum of RGB (Red+Green+Blue) = 140+12+82=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0C52 is #73F3AD. Grayscale: #3A3A3A. Windows color (decimal): -7599022 or 5377164. OLE color: 5377164.
HSL color Cylindrical-coordinate representation of color #8C0C52: hue angle of 327.19º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C52 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 12 | 82 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.45 |
| HSL | 327.19º | 0.84% | 0.3% | - |
| HSV(B) | 327.19º | 0.91% | 0.55% | - |
| XYZ | 12.47 | 6.45 | 8.57 | - |
| YUV | 58.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 82 | 0 | 0.91 | 0.41 | 0.45 | 327.19 | 0.84 | 0.3 |
| Hex | 8C | C | 52 | 0 | 5B | 29 | 2D | 147 | 54 | 1E |
| Octal | 214 | 14 | 122 | 0 | 133 | 51 | 55 | 507 | 124 | 36 |
| Binary | 10001100 | 1100 | 1010010 | 0 | 1011011 | 101001 | 101101 | 101000111 | 1010100 | 11110 |
Color Harmonies of #8C0C52
Complementary color
Monochromatic Colors of #8C0C52
Black with #8C0C52
Text Example
Text Example
White with #8C0C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0C52; }
p { color: rgb(140,12,82); }
H1.HeaderClassName
{
color: #8C0C52;
}
.AnyTagClassName
{
color: #8C0C52;
}
</style>
background-color css
<style>
a { background-color: #8C0C52; }
a { background-color: rgb(140,12,82); }
div.DivClassName
{
background-color: #8C0C52;
}
.BgClassName
{
background-color: #8C0C52;
}
</style>
border-color css
<style>
span { border-color: #8C0C52; }
span { border-color: rgb(140,12,82); }
td.TdClassName
{
border-color: #8C0C52;
}
.TagClassName
{
border-color: #8C0C52;
}
</style>