Shades of Jazzberry Jam #8D024A
Tints of Jazzberry Jam #8D024A
RGB
CMYK
RGB Variations
Color information
#8D024A (or 0x8D024A) is known color: Jazzberry Jam. HEX triplet: 8D, 02 and 4A. RGB value is (141,2,74). Sum of RGB (Red+Green+Blue) = 141+2+74=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D024A is #72FDB5. Grayscale: #333333. Windows color (decimal): -7536054 or 4850317. OLE color: 4850317.
HSL color Cylindrical-coordinate representation of color #8D024A: hue angle of 328.92º 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 #8D024A is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.45 |
| HSL | 328.92º | 0.97% | 0.28% | - |
| HSV(B) | 328.92º | 0.99% | 0.55% | - |
| XYZ | 12.24 | 6.2 | 7.03 | - |
| YUV | 51.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 74 | 0 | 0.99 | 0.48 | 0.45 | 328.92 | 0.97 | 0.28 |
| Hex | 8D | 2 | 4A | 0 | 63 | 30 | 2D | 149 | 61 | 1C |
| Octal | 215 | 2 | 112 | 0 | 143 | 60 | 55 | 511 | 141 | 34 |
| Binary | 10001101 | 10 | 1001010 | 0 | 1100011 | 110000 | 101101 | 101001001 | 1100001 | 11100 |
Color Harmonies of #8D024A
Complementary color
Monochromatic Colors of #8D024A
Black with #8D024A
Text Example
Text Example
White with #8D024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D024A; }
p { color: rgb(141,2,74); }
H1.HeaderClassName
{
color: #8D024A;
}
.AnyTagClassName
{
color: #8D024A;
}
</style>
background-color css
<style>
a { background-color: #8D024A; }
a { background-color: rgb(141,2,74); }
div.DivClassName
{
background-color: #8D024A;
}
.BgClassName
{
background-color: #8D024A;
}
</style>
border-color css
<style>
span { border-color: #8D024A; }
span { border-color: rgb(141,2,74); }
td.TdClassName
{
border-color: #8D024A;
}
.TagClassName
{
border-color: #8D024A;
}
</style>