Shades of Jazzberry Jam #8C024A
Tints of Jazzberry Jam #8C024A
RGB
CMYK
RGB Variations
Color information
#8C024A (or 0x8C024A) is known color: Jazzberry Jam. HEX triplet: 8C, 02 and 4A. RGB value is (140,2,74). Sum of RGB (Red+Green+Blue) = 140+2+74=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C024A is #73FDB5. Grayscale: #333333. Windows color (decimal): -7601590 or 4850316. OLE color: 4850316.
HSL color Cylindrical-coordinate representation of color #8C024A: hue angle of 328.7º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C024A is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.45 |
| HSL | 328.7º | 0.97% | 0.28% | - |
| HSV(B) | 328.7º | 0.99% | 0.55% | - |
| XYZ | 12.07 | 6.11 | 7.02 | - |
| YUV | 51.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 74 | 0 | 0.99 | 0.47 | 0.45 | 328.7 | 0.97 | 0.28 |
| Hex | 8C | 2 | 4A | 0 | 63 | 2F | 2D | 149 | 61 | 1C |
| Octal | 214 | 2 | 112 | 0 | 143 | 57 | 55 | 511 | 141 | 34 |
| Binary | 10001100 | 10 | 1001010 | 0 | 1100011 | 101111 | 101101 | 101001001 | 1100001 | 11100 |
Color Harmonies of #8C024A
Complementary color
Monochromatic Colors of #8C024A
Black with #8C024A
Text Example
Text Example
White with #8C024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C024A; }
p { color: rgb(140,2,74); }
H1.HeaderClassName
{
color: #8C024A;
}
.AnyTagClassName
{
color: #8C024A;
}
</style>
background-color css
<style>
a { background-color: #8C024A; }
a { background-color: rgb(140,2,74); }
div.DivClassName
{
background-color: #8C024A;
}
.BgClassName
{
background-color: #8C024A;
}
</style>
border-color css
<style>
span { border-color: #8C024A; }
span { border-color: rgb(140,2,74); }
td.TdClassName
{
border-color: #8C024A;
}
.TagClassName
{
border-color: #8C024A;
}
</style>