Shades of Jazzberry Jam #8D0945
Tints of Jazzberry Jam #8D0945
RGB
CMYK
RGB Variations
Color information
#8D0945 (or 0x8D0945) is known color: Jazzberry Jam. HEX triplet: 8D, 09 and 45. RGB value is (141,9,69). Sum of RGB (Red+Green+Blue) = 141+9+69=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0945 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0945 is #72F6BA. Grayscale: #373737. Windows color (decimal): -7534267 or 4524429. OLE color: 4524429.
HSL color Cylindrical-coordinate representation of color #8D0945: hue angle of 332.73º 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 #8D0945 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 69 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.45 |
| HSL | 332.73º | 0.88% | 0.29% | - |
| HSV(B) | 332.73º | 0.94% | 0.55% | - |
| XYZ | 12.16 | 6.29 | 6.2 | - |
| YUV | 55.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 69 | 0 | 0.94 | 0.51 | 0.45 | 332.73 | 0.88 | 0.29 |
| Hex | 8D | 9 | 45 | 0 | 5E | 33 | 2D | 14D | 58 | 1D |
| Octal | 215 | 11 | 105 | 0 | 136 | 63 | 55 | 515 | 130 | 35 |
| Binary | 10001101 | 1001 | 1000101 | 0 | 1011110 | 110011 | 101101 | 101001101 | 1011000 | 11101 |
Color Harmonies of #8D0945
Complementary color
Monochromatic Colors of #8D0945
Black with #8D0945
Text Example
Text Example
White with #8D0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0945; }
p { color: rgb(141,9,69); }
H1.HeaderClassName
{
color: #8D0945;
}
.AnyTagClassName
{
color: #8D0945;
}
</style>
background-color css
<style>
a { background-color: #8D0945; }
a { background-color: rgb(141,9,69); }
div.DivClassName
{
background-color: #8D0945;
}
.BgClassName
{
background-color: #8D0945;
}
</style>
border-color css
<style>
span { border-color: #8D0945; }
span { border-color: rgb(141,9,69); }
td.TdClassName
{
border-color: #8D0945;
}
.TagClassName
{
border-color: #8D0945;
}
</style>