Shades of Jazzberry Jam #8C094C
Tints of Jazzberry Jam #8C094C
RGB
CMYK
RGB Variations
Color information
#8C094C (or 0x8C094C) is known color: Jazzberry Jam. HEX triplet: 8C, 09 and 4C. RGB value is (140,9,76). Sum of RGB (Red+Green+Blue) = 140+9+76=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C094C is #73F6B3. Grayscale: #373737. Windows color (decimal): -7599796 or 4983180. OLE color: 4983180.
HSL color Cylindrical-coordinate representation of color #8C094C: hue angle of 329.31º 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 #8C094C is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 76 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.45 |
| HSL | 329.31º | 0.88% | 0.29% | - |
| HSV(B) | 329.31º | 0.94% | 0.55% | - |
| XYZ | 12.22 | 6.29 | 7.41 | - |
| YUV | 55.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 76 | 0 | 0.94 | 0.46 | 0.45 | 329.31 | 0.88 | 0.29 |
| Hex | 8C | 9 | 4C | 0 | 5E | 2E | 2D | 149 | 58 | 1D |
| Octal | 214 | 11 | 114 | 0 | 136 | 56 | 55 | 511 | 130 | 35 |
| Binary | 10001100 | 1001 | 1001100 | 0 | 1011110 | 101110 | 101101 | 101001001 | 1011000 | 11101 |
Color Harmonies of #8C094C
Complementary color
Monochromatic Colors of #8C094C
Black with #8C094C
Text Example
Text Example
White with #8C094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C094C; }
p { color: rgb(140,9,76); }
H1.HeaderClassName
{
color: #8C094C;
}
.AnyTagClassName
{
color: #8C094C;
}
</style>
background-color css
<style>
a { background-color: #8C094C; }
a { background-color: rgb(140,9,76); }
div.DivClassName
{
background-color: #8C094C;
}
.BgClassName
{
background-color: #8C094C;
}
</style>
border-color css
<style>
span { border-color: #8C094C; }
span { border-color: rgb(140,9,76); }
td.TdClassName
{
border-color: #8C094C;
}
.TagClassName
{
border-color: #8C094C;
}
</style>