Shades of Jazzberry Jam #8A0C4C
Tints of Jazzberry Jam #8A0C4C
RGB
CMYK
RGB Variations
Color information
#8A0C4C (or 0x8A0C4C) is known color: Jazzberry Jam. HEX triplet: 8A, 0C and 4C. RGB value is (138,12,76). Sum of RGB (Red+Green+Blue) = 138+12+76=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0C4C is #75F3B3. Grayscale: #383838. Windows color (decimal): -7730100 or 4983946. OLE color: 4983946.
HSL color Cylindrical-coordinate representation of color #8A0C4C: hue angle of 329.52º 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 #8A0C4C is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 76 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.46 |
| HSL | 329.52º | 0.84% | 0.29% | - |
| HSV(B) | 329.52º | 0.91% | 0.54% | - |
| XYZ | 11.92 | 6.19 | 7.4 | - |
| YUV | 56.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 76 | 0 | 0.91 | 0.45 | 0.46 | 329.52 | 0.84 | 0.29 |
| Hex | 8A | C | 4C | 0 | 5B | 2D | 2E | 14A | 54 | 1D |
| Octal | 212 | 14 | 114 | 0 | 133 | 55 | 56 | 512 | 124 | 35 |
| Binary | 10001010 | 1100 | 1001100 | 0 | 1011011 | 101101 | 101110 | 101001010 | 1010100 | 11101 |
Color Harmonies of #8A0C4C
Complementary color
Monochromatic Colors of #8A0C4C
Black with #8A0C4C
Text Example
Text Example
White with #8A0C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C4C; }
p { color: rgb(138,12,76); }
H1.HeaderClassName
{
color: #8A0C4C;
}
.AnyTagClassName
{
color: #8A0C4C;
}
</style>
background-color css
<style>
a { background-color: #8A0C4C; }
a { background-color: rgb(138,12,76); }
div.DivClassName
{
background-color: #8A0C4C;
}
.BgClassName
{
background-color: #8A0C4C;
}
</style>
border-color css
<style>
span { border-color: #8A0C4C; }
span { border-color: rgb(138,12,76); }
td.TdClassName
{
border-color: #8A0C4C;
}
.TagClassName
{
border-color: #8A0C4C;
}
</style>