Shades of Jazzberry Jam #8C094A
Tints of Jazzberry Jam #8C094A
RGB
CMYK
RGB Variations
Color information
#8C094A (or 0x8C094A) is known color: Jazzberry Jam. HEX triplet: 8C, 09 and 4A. RGB value is (140,9,74). Sum of RGB (Red+Green+Blue) = 140+9+74=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C094A is #73F6B5. Grayscale: #373737. Windows color (decimal): -7599798 or 4852108. OLE color: 4852108.
HSL color Cylindrical-coordinate representation of color #8C094A: hue angle of 330.23º 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 #8C094A is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 9 | 74 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.45 |
| HSL | 330.23º | 0.88% | 0.29% | - |
| HSV(B) | 330.23º | 0.94% | 0.55% | - |
| XYZ | 12.15 | 6.27 | 7.05 | - |
| YUV | 55.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 74 | 0 | 0.94 | 0.47 | 0.45 | 330.23 | 0.88 | 0.29 |
| Hex | 8C | 9 | 4A | 0 | 5E | 2F | 2D | 14A | 58 | 1D |
| Octal | 214 | 11 | 112 | 0 | 136 | 57 | 55 | 512 | 130 | 35 |
| Binary | 10001100 | 1001 | 1001010 | 0 | 1011110 | 101111 | 101101 | 101001010 | 1011000 | 11101 |
Color Harmonies of #8C094A
Complementary color
Monochromatic Colors of #8C094A
Black with #8C094A
Text Example
Text Example
White with #8C094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C094A; }
p { color: rgb(140,9,74); }
H1.HeaderClassName
{
color: #8C094A;
}
.AnyTagClassName
{
color: #8C094A;
}
</style>
background-color css
<style>
a { background-color: #8C094A; }
a { background-color: rgb(140,9,74); }
div.DivClassName
{
background-color: #8C094A;
}
.BgClassName
{
background-color: #8C094A;
}
</style>
border-color css
<style>
span { border-color: #8C094A; }
span { border-color: rgb(140,9,74); }
td.TdClassName
{
border-color: #8C094A;
}
.TagClassName
{
border-color: #8C094A;
}
</style>