Shades of Jazzberry Jam #8A094D
Tints of Jazzberry Jam #8A094D
RGB
CMYK
RGB Variations
Color information
#8A094D (or 0x8A094D) is known color: Jazzberry Jam. HEX triplet: 8A, 09 and 4D. RGB value is (138,9,77). Sum of RGB (Red+Green+Blue) = 138+9+77=224 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.61% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 138 - color contains mainly: red. Hex color #8A094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A094D is #75F6B2. Grayscale: #373737. Windows color (decimal): -7730867 or 5048714. OLE color: 5048714.
HSL color Cylindrical-coordinate representation of color #8A094D: hue angle of 328.37º degrees, saturation: 0.88, 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 #8A094D is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 9 | 77 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.46 |
| HSL | 328.37º | 0.88% | 0.29% | - |
| HSV(B) | 328.37º | 0.93% | 0.54% | - |
| XYZ | 11.92 | 6.13 | 7.58 | - |
| YUV | 55.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 9 | 77 | 0 | 0.93 | 0.44 | 0.46 | 328.37 | 0.88 | 0.29 |
| Hex | 8A | 9 | 4D | 0 | 5D | 2C | 2E | 148 | 58 | 1D |
| Octal | 212 | 11 | 115 | 0 | 135 | 54 | 56 | 510 | 130 | 35 |
| Binary | 10001010 | 1001 | 1001101 | 0 | 1011101 | 101100 | 101110 | 101001000 | 1011000 | 11101 |
Color Harmonies of #8A094D
Complementary color
Monochromatic Colors of #8A094D
Black with #8A094D
Text Example
Text Example
White with #8A094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A094D; }
p { color: rgb(138,9,77); }
H1.HeaderClassName
{
color: #8A094D;
}
.AnyTagClassName
{
color: #8A094D;
}
</style>
background-color css
<style>
a { background-color: #8A094D; }
a { background-color: rgb(138,9,77); }
div.DivClassName
{
background-color: #8A094D;
}
.BgClassName
{
background-color: #8A094D;
}
</style>
border-color css
<style>
span { border-color: #8A094D; }
span { border-color: rgb(138,9,77); }
td.TdClassName
{
border-color: #8A094D;
}
.TagClassName
{
border-color: #8A094D;
}
</style>