Shades of Jazzberry Jam #8A0D4D
Tints of Jazzberry Jam #8A0D4D
RGB
CMYK
RGB Variations
Color information
#8A0D4D (or 0x8A0D4D) is known color: Jazzberry Jam. HEX triplet: 8A, 0D and 4D. RGB value is (138,13,77). Sum of RGB (Red+Green+Blue) = 138+13+77=228 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.53% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0D4D is #75F2B2. Grayscale: #393939. Windows color (decimal): -7729843 or 5049738. OLE color: 5049738.
HSL color Cylindrical-coordinate representation of color #8A0D4D: hue angle of 329.28º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0D4D is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 13 | 77 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.46 |
| HSL | 329.28º | 0.83% | 0.3% | - |
| HSV(B) | 329.28º | 0.91% | 0.54% | - |
| XYZ | 11.96 | 6.23 | 7.59 | - |
| YUV | 57.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 13 | 77 | 0 | 0.91 | 0.44 | 0.46 | 329.28 | 0.83 | 0.3 |
| Hex | 8A | D | 4D | 0 | 5B | 2C | 2E | 149 | 53 | 1E |
| Octal | 212 | 15 | 115 | 0 | 133 | 54 | 56 | 511 | 123 | 36 |
| Binary | 10001010 | 1101 | 1001101 | 0 | 1011011 | 101100 | 101110 | 101001001 | 1010011 | 11110 |
Color Harmonies of #8A0D4D
Complementary color
Monochromatic Colors of #8A0D4D
Black with #8A0D4D
Text Example
Text Example
White with #8A0D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0D4D; }
p { color: rgb(138,13,77); }
H1.HeaderClassName
{
color: #8A0D4D;
}
.AnyTagClassName
{
color: #8A0D4D;
}
</style>
background-color css
<style>
a { background-color: #8A0D4D; }
a { background-color: rgb(138,13,77); }
div.DivClassName
{
background-color: #8A0D4D;
}
.BgClassName
{
background-color: #8A0D4D;
}
</style>
border-color css
<style>
span { border-color: #8A0D4D; }
span { border-color: rgb(138,13,77); }
td.TdClassName
{
border-color: #8A0D4D;
}
.TagClassName
{
border-color: #8A0D4D;
}
</style>