Shades of Jazzberry Jam #8C094E
Tints of Jazzberry Jam #8C094E
RGB
CMYK
RGB Variations
Color information
#8C094E (or 0x8C094E) is known color: Jazzberry Jam. HEX triplet: 8C, 09 and 4E. RGB value is (140,9,78). Sum of RGB (Red+Green+Blue) = 140+9+78=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C094E is #73F6B1. Grayscale: #373737. Windows color (decimal): -7599794 or 5114252. OLE color: 5114252.
HSL color Cylindrical-coordinate representation of color #8C094E: hue angle of 328.4º 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 #8C094E is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 78 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.45 |
| HSL | 328.4º | 0.88% | 0.29% | - |
| HSV(B) | 328.4º | 0.94% | 0.55% | - |
| XYZ | 12.29 | 6.32 | 7.78 | - |
| YUV | 56.04 | 140.4 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 78 | 0 | 0.94 | 0.44 | 0.45 | 328.4 | 0.88 | 0.29 |
| Hex | 8C | 9 | 4E | 0 | 5E | 2C | 2D | 148 | 58 | 1D |
| Octal | 214 | 11 | 116 | 0 | 136 | 54 | 55 | 510 | 130 | 35 |
| Binary | 10001100 | 1001 | 1001110 | 0 | 1011110 | 101100 | 101101 | 101001000 | 1011000 | 11101 |
Color Harmonies of #8C094E
Complementary color
Monochromatic Colors of #8C094E
Black with #8C094E
Text Example
Text Example
White with #8C094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C094E; }
p { color: rgb(140,9,78); }
H1.HeaderClassName
{
color: #8C094E;
}
.AnyTagClassName
{
color: #8C094E;
}
</style>
background-color css
<style>
a { background-color: #8C094E; }
a { background-color: rgb(140,9,78); }
div.DivClassName
{
background-color: #8C094E;
}
.BgClassName
{
background-color: #8C094E;
}
</style>
border-color css
<style>
span { border-color: #8C094E; }
span { border-color: rgb(140,9,78); }
td.TdClassName
{
border-color: #8C094E;
}
.TagClassName
{
border-color: #8C094E;
}
</style>