Shades of Jazzberry Jam #8D0941
Tints of Jazzberry Jam #8D0941
RGB
CMYK
RGB Variations
Color information
#8D0941 (or 0x8D0941) is known color: Jazzberry Jam. HEX triplet: 8D, 09 and 41. RGB value is (141,9,65). Sum of RGB (Red+Green+Blue) = 141+9+65=215 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.58% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0941 is #72F6BE. Grayscale: #363636. Windows color (decimal): -7534271 or 4262285. OLE color: 4262285.
HSL color Cylindrical-coordinate representation of color #8D0941: hue angle of 334.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 #8D0941 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 65 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.45 |
| HSL | 334.55º | 0.88% | 0.29% | - |
| HSV(B) | 334.55º | 0.94% | 0.55% | - |
| XYZ | 12.04 | 6.24 | 5.57 | - |
| YUV | 54.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 65 | 0 | 0.94 | 0.54 | 0.45 | 334.55 | 0.88 | 0.29 |
| Hex | 8D | 9 | 41 | 0 | 5E | 36 | 2D | 14F | 58 | 1D |
| Octal | 215 | 11 | 101 | 0 | 136 | 66 | 55 | 517 | 130 | 35 |
| Binary | 10001101 | 1001 | 1000001 | 0 | 1011110 | 110110 | 101101 | 101001111 | 1011000 | 11101 |
Color Harmonies of #8D0941
Complementary color
Monochromatic Colors of #8D0941
Black with #8D0941
Text Example
Text Example
White with #8D0941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0941; }
p { color: rgb(141,9,65); }
H1.HeaderClassName
{
color: #8D0941;
}
.AnyTagClassName
{
color: #8D0941;
}
</style>
background-color css
<style>
a { background-color: #8D0941; }
a { background-color: rgb(141,9,65); }
div.DivClassName
{
background-color: #8D0941;
}
.BgClassName
{
background-color: #8D0941;
}
</style>
border-color css
<style>
span { border-color: #8D0941; }
span { border-color: rgb(141,9,65); }
td.TdClassName
{
border-color: #8D0941;
}
.TagClassName
{
border-color: #8D0941;
}
</style>