Shades of Jazzberry Jam #8A0844
Tints of Jazzberry Jam #8A0844
RGB
CMYK
RGB Variations
Color information
#8A0844 (or 0x8A0844) is known color: Jazzberry Jam. HEX triplet: 8A, 08 and 44. RGB value is (138,8,68). Sum of RGB (Red+Green+Blue) = 138+8+68=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0844 is #75F7BB. Grayscale: #353535. Windows color (decimal): -7731132 or 4458634. OLE color: 4458634.
HSL color Cylindrical-coordinate representation of color #8A0844: hue angle of 332.31º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0844 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 68 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.46 |
| HSL | 332.31º | 0.89% | 0.29% | - |
| HSV(B) | 332.31º | 0.94% | 0.54% | - |
| XYZ | 11.61 | 5.99 | 6.01 | - |
| YUV | 53.71 | 136.07 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 68 | 0 | 0.94 | 0.51 | 0.46 | 332.31 | 0.89 | 0.29 |
| Hex | 8A | 8 | 44 | 0 | 5E | 33 | 2E | 14C | 59 | 1D |
| Octal | 212 | 10 | 104 | 0 | 136 | 63 | 56 | 514 | 131 | 35 |
| Binary | 10001010 | 1000 | 1000100 | 0 | 1011110 | 110011 | 101110 | 101001100 | 1011001 | 11101 |
Color Harmonies of #8A0844
Complementary color
Monochromatic Colors of #8A0844
Black with #8A0844
Text Example
Text Example
White with #8A0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0844; }
p { color: rgb(138,8,68); }
H1.HeaderClassName
{
color: #8A0844;
}
.AnyTagClassName
{
color: #8A0844;
}
</style>
background-color css
<style>
a { background-color: #8A0844; }
a { background-color: rgb(138,8,68); }
div.DivClassName
{
background-color: #8A0844;
}
.BgClassName
{
background-color: #8A0844;
}
</style>
border-color css
<style>
span { border-color: #8A0844; }
span { border-color: rgb(138,8,68); }
td.TdClassName
{
border-color: #8A0844;
}
.TagClassName
{
border-color: #8A0844;
}
</style>