Shades of Jazzberry Jam #8C0944
Tints of Jazzberry Jam #8C0944
RGB
CMYK
RGB Variations
Color information
#8C0944 (or 0x8C0944) is known color: Jazzberry Jam. HEX triplet: 8C, 09 and 44. RGB value is (140,9,68). Sum of RGB (Red+Green+Blue) = 140+9+68=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0944 is #73F6BB. Grayscale: #363636. Windows color (decimal): -7599804 or 4458892. OLE color: 4458892.
HSL color Cylindrical-coordinate representation of color #8C0944: hue angle of 332.98º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0944 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 68 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.45 |
| HSL | 332.98º | 0.88% | 0.29% | - |
| HSV(B) | 332.98º | 0.94% | 0.55% | - |
| XYZ | 11.96 | 6.19 | 6.03 | - |
| YUV | 54.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 68 | 0 | 0.94 | 0.51 | 0.45 | 332.98 | 0.88 | 0.29 |
| Hex | 8C | 9 | 44 | 0 | 5E | 33 | 2D | 14D | 58 | 1D |
| Octal | 214 | 11 | 104 | 0 | 136 | 63 | 55 | 515 | 130 | 35 |
| Binary | 10001100 | 1001 | 1000100 | 0 | 1011110 | 110011 | 101101 | 101001101 | 1011000 | 11101 |
Color Harmonies of #8C0944
Complementary color
Monochromatic Colors of #8C0944
Black with #8C0944
Text Example
Text Example
White with #8C0944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0944; }
p { color: rgb(140,9,68); }
H1.HeaderClassName
{
color: #8C0944;
}
.AnyTagClassName
{
color: #8C0944;
}
</style>
background-color css
<style>
a { background-color: #8C0944; }
a { background-color: rgb(140,9,68); }
div.DivClassName
{
background-color: #8C0944;
}
.BgClassName
{
background-color: #8C0944;
}
</style>
border-color css
<style>
span { border-color: #8C0944; }
span { border-color: rgb(140,9,68); }
td.TdClassName
{
border-color: #8C0944;
}
.TagClassName
{
border-color: #8C0944;
}
</style>