Shades of Jazzberry Jam #8C074C
Tints of Jazzberry Jam #8C074C
RGB
CMYK
RGB Variations
Color information
#8C074C (or 0x8C074C) is known color: Jazzberry Jam. HEX triplet: 8C, 07 and 4C. RGB value is (140,7,76). Sum of RGB (Red+Green+Blue) = 140+7+76=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C074C is #73F8B3. Grayscale: #363636. Windows color (decimal): -7600308 or 4982668. OLE color: 4982668.
HSL color Cylindrical-coordinate representation of color #8C074C: hue angle of 328.87º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C074C is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 76 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.45 |
| HSL | 328.87º | 0.9% | 0.29% | - |
| HSV(B) | 328.87º | 0.95% | 0.55% | - |
| XYZ | 12.2 | 6.25 | 7.4 | - |
| YUV | 54.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 76 | 0 | 0.95 | 0.46 | 0.45 | 328.87 | 0.9 | 0.29 |
| Hex | 8C | 7 | 4C | 0 | 5F | 2E | 2D | 149 | 5A | 1D |
| Octal | 214 | 7 | 114 | 0 | 137 | 56 | 55 | 511 | 132 | 35 |
| Binary | 10001100 | 111 | 1001100 | 0 | 1011111 | 101110 | 101101 | 101001001 | 1011010 | 11101 |
Color Harmonies of #8C074C
Complementary color
Monochromatic Colors of #8C074C
Black with #8C074C
Text Example
Text Example
White with #8C074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C074C; }
p { color: rgb(140,7,76); }
H1.HeaderClassName
{
color: #8C074C;
}
.AnyTagClassName
{
color: #8C074C;
}
</style>
background-color css
<style>
a { background-color: #8C074C; }
a { background-color: rgb(140,7,76); }
div.DivClassName
{
background-color: #8C074C;
}
.BgClassName
{
background-color: #8C074C;
}
</style>
border-color css
<style>
span { border-color: #8C074C; }
span { border-color: rgb(140,7,76); }
td.TdClassName
{
border-color: #8C074C;
}
.TagClassName
{
border-color: #8C074C;
}
</style>