Shades of Jazzberry Jam #8A1054
Tints of Jazzberry Jam #8A1054
RGB
CMYK
RGB Variations
Color information
#8A1054 (or 0x8A1054) is known color: Jazzberry Jam. HEX triplet: 8A, 10 and 54. RGB value is (138,16,84). Sum of RGB (Red+Green+Blue) = 138+16+84=238 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.98% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1054 is #75EFAB. Grayscale: #3C3C3C. Windows color (decimal): -7729068 or 5509258. OLE color: 5509258.
HSL color Cylindrical-coordinate representation of color #8A1054: hue angle of 326.56º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1054 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 16 | 84 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.46 |
| HSL | 326.56º | 0.79% | 0.3% | - |
| HSV(B) | 326.56º | 0.88% | 0.54% | - |
| XYZ | 12.27 | 6.41 | 8.98 | - |
| YUV | 60.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 84 | 0 | 0.88 | 0.39 | 0.46 | 326.56 | 0.79 | 0.3 |
| Hex | 8A | 10 | 54 | 0 | 58 | 27 | 2E | 147 | 4F | 1E |
| Octal | 212 | 20 | 124 | 0 | 130 | 47 | 56 | 507 | 117 | 36 |
| Binary | 10001010 | 10000 | 1010100 | 0 | 1011000 | 100111 | 101110 | 101000111 | 1001111 | 11110 |
Color Harmonies of #8A1054
Complementary color
Monochromatic Colors of #8A1054
Black with #8A1054
Text Example
Text Example
White with #8A1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1054; }
p { color: rgb(138,16,84); }
H1.HeaderClassName
{
color: #8A1054;
}
.AnyTagClassName
{
color: #8A1054;
}
</style>
background-color css
<style>
a { background-color: #8A1054; }
a { background-color: rgb(138,16,84); }
div.DivClassName
{
background-color: #8A1054;
}
.BgClassName
{
background-color: #8A1054;
}
</style>
border-color css
<style>
span { border-color: #8A1054; }
span { border-color: rgb(138,16,84); }
td.TdClassName
{
border-color: #8A1054;
}
.TagClassName
{
border-color: #8A1054;
}
</style>