Shades of Jazzberry Jam #8A0447
Tints of Jazzberry Jam #8A0447
RGB
CMYK
RGB Variations
Color information
#8A0447 (or 0x8A0447) is known color: Jazzberry Jam. HEX triplet: 8A, 04 and 47. RGB value is (138,4,71). Sum of RGB (Red+Green+Blue) = 138+4+71=213 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.79% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0447 is #75FBB8. Grayscale: #333333. Windows color (decimal): -7732153 or 4654218. OLE color: 4654218.
HSL color Cylindrical-coordinate representation of color #8A0447: hue angle of 330º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A0447 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 4 | 71 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.46 |
| HSL | 330º | 0.94% | 0.28% | - |
| HSV(B) | 330º | 0.97% | 0.54% | - |
| XYZ | 11.66 | 5.95 | 6.49 | - |
| YUV | 51.7 | 138.89 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 4 | 71 | 0 | 0.97 | 0.49 | 0.46 | 330 | 0.94 | 0.28 |
| Hex | 8A | 4 | 47 | 0 | 61 | 31 | 2E | 14A | 5E | 1C |
| Octal | 212 | 4 | 107 | 0 | 141 | 61 | 56 | 512 | 136 | 34 |
| Binary | 10001010 | 100 | 1000111 | 0 | 1100001 | 110001 | 101110 | 101001010 | 1011110 | 11100 |
Color Harmonies of #8A0447
Complementary color
Monochromatic Colors of #8A0447
Black with #8A0447
Text Example
Text Example
White with #8A0447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0447; }
p { color: rgb(138,4,71); }
H1.HeaderClassName
{
color: #8A0447;
}
.AnyTagClassName
{
color: #8A0447;
}
</style>
background-color css
<style>
a { background-color: #8A0447; }
a { background-color: rgb(138,4,71); }
div.DivClassName
{
background-color: #8A0447;
}
.BgClassName
{
background-color: #8A0447;
}
</style>
border-color css
<style>
span { border-color: #8A0447; }
span { border-color: rgb(138,4,71); }
td.TdClassName
{
border-color: #8A0447;
}
.TagClassName
{
border-color: #8A0447;
}
</style>