Shades of Jazzberry Jam #8A0C49
Tints of Jazzberry Jam #8A0C49
RGB
CMYK
RGB Variations
Color information
#8A0C49 (or 0x8A0C49) is known color: Jazzberry Jam. HEX triplet: 8A, 0C and 49. RGB value is (138,12,73). Sum of RGB (Red+Green+Blue) = 138+12+73=223 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.88% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0C49 is #75F3B6. Grayscale: #383838. Windows color (decimal): -7730103 or 4787338. OLE color: 4787338.
HSL color Cylindrical-coordinate representation of color #8A0C49: hue angle of 330.95º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C49 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 73 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.46 |
| HSL | 330.95º | 0.84% | 0.29% | - |
| HSV(B) | 330.95º | 0.91% | 0.54% | - |
| XYZ | 11.82 | 6.15 | 6.87 | - |
| YUV | 56.63 | 137.24 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 73 | 0 | 0.91 | 0.47 | 0.46 | 330.95 | 0.84 | 0.29 |
| Hex | 8A | C | 49 | 0 | 5B | 2F | 2E | 14B | 54 | 1D |
| Octal | 212 | 14 | 111 | 0 | 133 | 57 | 56 | 513 | 124 | 35 |
| Binary | 10001010 | 1100 | 1001001 | 0 | 1011011 | 101111 | 101110 | 101001011 | 1010100 | 11101 |
Color Harmonies of #8A0C49
Complementary color
Monochromatic Colors of #8A0C49
Black with #8A0C49
Text Example
Text Example
White with #8A0C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C49; }
p { color: rgb(138,12,73); }
H1.HeaderClassName
{
color: #8A0C49;
}
.AnyTagClassName
{
color: #8A0C49;
}
</style>
background-color css
<style>
a { background-color: #8A0C49; }
a { background-color: rgb(138,12,73); }
div.DivClassName
{
background-color: #8A0C49;
}
.BgClassName
{
background-color: #8A0C49;
}
</style>
border-color css
<style>
span { border-color: #8A0C49; }
span { border-color: rgb(138,12,73); }
td.TdClassName
{
border-color: #8A0C49;
}
.TagClassName
{
border-color: #8A0C49;
}
</style>