Shades of Jazzberry Jam #8D094C
Tints of Jazzberry Jam #8D094C
RGB
CMYK
RGB Variations
Color information
#8D094C (or 0x8D094C) is known color: Jazzberry Jam. HEX triplet: 8D, 09 and 4C. RGB value is (141,9,76). Sum of RGB (Red+Green+Blue) = 141+9+76=226 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.39% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 141 - color contains mainly: red. Hex color #8D094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D094C is #72F6B3. Grayscale: #373737. Windows color (decimal): -7534260 or 4983181. OLE color: 4983181.
HSL color Cylindrical-coordinate representation of color #8D094C: hue angle of 329.55º 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 #8D094C is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 76 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.45 |
| HSL | 329.55º | 0.88% | 0.29% | - |
| HSV(B) | 329.55º | 0.94% | 0.55% | - |
| XYZ | 12.39 | 6.38 | 7.42 | - |
| YUV | 56.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 76 | 0 | 0.94 | 0.46 | 0.45 | 329.55 | 0.88 | 0.29 |
| Hex | 8D | 9 | 4C | 0 | 5E | 2E | 2D | 14A | 58 | 1D |
| Octal | 215 | 11 | 114 | 0 | 136 | 56 | 55 | 512 | 130 | 35 |
| Binary | 10001101 | 1001 | 1001100 | 0 | 1011110 | 101110 | 101101 | 101001010 | 1011000 | 11101 |
Color Harmonies of #8D094C
Complementary color
Monochromatic Colors of #8D094C
Black with #8D094C
Text Example
Text Example
White with #8D094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D094C; }
p { color: rgb(141,9,76); }
H1.HeaderClassName
{
color: #8D094C;
}
.AnyTagClassName
{
color: #8D094C;
}
</style>
background-color css
<style>
a { background-color: #8D094C; }
a { background-color: rgb(141,9,76); }
div.DivClassName
{
background-color: #8D094C;
}
.BgClassName
{
background-color: #8D094C;
}
</style>
border-color css
<style>
span { border-color: #8D094C; }
span { border-color: rgb(141,9,76); }
td.TdClassName
{
border-color: #8D094C;
}
.TagClassName
{
border-color: #8D094C;
}
</style>