Shades of Jazzberry Jam #8C084D
Tints of Jazzberry Jam #8C084D
RGB
CMYK
RGB Variations
Color information
#8C084D (or 0x8C084D) is known color: Jazzberry Jam. HEX triplet: 8C, 08 and 4D. RGB value is (140,8,77). Sum of RGB (Red+Green+Blue) = 140+8+77=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C084D is #73F7B2. Grayscale: #373737. Windows color (decimal): -7600051 or 5048460. OLE color: 5048460.
HSL color Cylindrical-coordinate representation of color #8C084D: hue angle of 328.64º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C084D is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 77 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.45 |
| HSL | 328.64º | 0.89% | 0.29% | - |
| HSV(B) | 328.64º | 0.94% | 0.55% | - |
| XYZ | 12.24 | 6.28 | 7.59 | - |
| YUV | 55.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 77 | 0 | 0.94 | 0.45 | 0.45 | 328.64 | 0.89 | 0.29 |
| Hex | 8C | 8 | 4D | 0 | 5E | 2D | 2D | 149 | 59 | 1D |
| Octal | 214 | 10 | 115 | 0 | 136 | 55 | 55 | 511 | 131 | 35 |
| Binary | 10001100 | 1000 | 1001101 | 0 | 1011110 | 101101 | 101101 | 101001001 | 1011001 | 11101 |
Color Harmonies of #8C084D
Complementary color
Monochromatic Colors of #8C084D
Black with #8C084D
Text Example
Text Example
White with #8C084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C084D; }
p { color: rgb(140,8,77); }
H1.HeaderClassName
{
color: #8C084D;
}
.AnyTagClassName
{
color: #8C084D;
}
</style>
background-color css
<style>
a { background-color: #8C084D; }
a { background-color: rgb(140,8,77); }
div.DivClassName
{
background-color: #8C084D;
}
.BgClassName
{
background-color: #8C084D;
}
</style>
border-color css
<style>
span { border-color: #8C084D; }
span { border-color: rgb(140,8,77); }
td.TdClassName
{
border-color: #8C084D;
}
.TagClassName
{
border-color: #8C084D;
}
</style>