Shades of Jazzberry Jam #8C094D
Tints of Jazzberry Jam #8C094D
RGB
CMYK
RGB Variations
Color information
#8C094D (or 0x8C094D) is known color: Jazzberry Jam. HEX triplet: 8C, 09 and 4D. RGB value is (140,9,77). Sum of RGB (Red+Green+Blue) = 140+9+77=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C094D is #73F6B2. Grayscale: #373737. Windows color (decimal): -7599795 or 5048716. OLE color: 5048716.
HSL color Cylindrical-coordinate representation of color #8C094D: hue angle of 328.85º 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 #8C094D is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 77 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.45 |
| HSL | 328.85º | 0.88% | 0.29% | - |
| HSV(B) | 328.85º | 0.94% | 0.55% | - |
| XYZ | 12.25 | 6.31 | 7.59 | - |
| YUV | 55.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 77 | 0 | 0.94 | 0.45 | 0.45 | 328.85 | 0.88 | 0.29 |
| Hex | 8C | 9 | 4D | 0 | 5E | 2D | 2D | 149 | 58 | 1D |
| Octal | 214 | 11 | 115 | 0 | 136 | 55 | 55 | 511 | 130 | 35 |
| Binary | 10001100 | 1001 | 1001101 | 0 | 1011110 | 101101 | 101101 | 101001001 | 1011000 | 11101 |
Color Harmonies of #8C094D
Complementary color
Monochromatic Colors of #8C094D
Black with #8C094D
Text Example
Text Example
White with #8C094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C094D; }
p { color: rgb(140,9,77); }
H1.HeaderClassName
{
color: #8C094D;
}
.AnyTagClassName
{
color: #8C094D;
}
</style>
background-color css
<style>
a { background-color: #8C094D; }
a { background-color: rgb(140,9,77); }
div.DivClassName
{
background-color: #8C094D;
}
.BgClassName
{
background-color: #8C094D;
}
</style>
border-color css
<style>
span { border-color: #8C094D; }
span { border-color: rgb(140,9,77); }
td.TdClassName
{
border-color: #8C094D;
}
.TagClassName
{
border-color: #8C094D;
}
</style>