Shades of Jazzberry Jam #8A0A4A
Tints of Jazzberry Jam #8A0A4A
RGB
CMYK
RGB Variations
Color information
#8A0A4A (or 0x8A0A4A) is known color: Jazzberry Jam. HEX triplet: 8A, 0A and 4A. RGB value is (138,10,74). Sum of RGB (Red+Green+Blue) = 138+10+74=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0A4A is #75F5B5. Grayscale: #373737. Windows color (decimal): -7730614 or 4852362. OLE color: 4852362.
HSL color Cylindrical-coordinate representation of color #8A0A4A: hue angle of 330º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0A4A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 10 | 74 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.46 |
| HSL | 330º | 0.86% | 0.29% | - |
| HSV(B) | 330º | 0.93% | 0.54% | - |
| XYZ | 11.83 | 6.11 | 7.04 | - |
| YUV | 55.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 10 | 74 | 0 | 0.93 | 0.46 | 0.46 | 330 | 0.86 | 0.29 |
| Hex | 8A | A | 4A | 0 | 5D | 2E | 2E | 14A | 56 | 1D |
| Octal | 212 | 12 | 112 | 0 | 135 | 56 | 56 | 512 | 126 | 35 |
| Binary | 10001010 | 1010 | 1001010 | 0 | 1011101 | 101110 | 101110 | 101001010 | 1010110 | 11101 |
Color Harmonies of #8A0A4A
Complementary color
Monochromatic Colors of #8A0A4A
Black with #8A0A4A
Text Example
Text Example
White with #8A0A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0A4A; }
p { color: rgb(138,10,74); }
H1.HeaderClassName
{
color: #8A0A4A;
}
.AnyTagClassName
{
color: #8A0A4A;
}
</style>
background-color css
<style>
a { background-color: #8A0A4A; }
a { background-color: rgb(138,10,74); }
div.DivClassName
{
background-color: #8A0A4A;
}
.BgClassName
{
background-color: #8A0A4A;
}
</style>
border-color css
<style>
span { border-color: #8A0A4A; }
span { border-color: rgb(138,10,74); }
td.TdClassName
{
border-color: #8A0A4A;
}
.TagClassName
{
border-color: #8A0A4A;
}
</style>