Shades of Jazzberry Jam #8D0843
Tints of Jazzberry Jam #8D0843
RGB
CMYK
RGB Variations
Color information
#8D0843 (or 0x8D0843) is known color: Jazzberry Jam. HEX triplet: 8D, 08 and 43. RGB value is (141,8,67). Sum of RGB (Red+Green+Blue) = 141+8+67=216 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.28% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0843 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0843 is #72F7BC. Grayscale: #363636. Windows color (decimal): -7534525 or 4393101. OLE color: 4393101.
HSL color Cylindrical-coordinate representation of color #8D0843: hue angle of 333.38º degrees, saturation: 0.89, 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 #8D0843 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 8 | 67 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.45 |
| HSL | 333.38º | 0.89% | 0.29% | - |
| HSV(B) | 333.38º | 0.94% | 0.55% | - |
| XYZ | 12.08 | 6.24 | 5.88 | - |
| YUV | 54.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 67 | 0 | 0.94 | 0.52 | 0.45 | 333.38 | 0.89 | 0.29 |
| Hex | 8D | 8 | 43 | 0 | 5E | 34 | 2D | 14D | 59 | 1D |
| Octal | 215 | 10 | 103 | 0 | 136 | 64 | 55 | 515 | 131 | 35 |
| Binary | 10001101 | 1000 | 1000011 | 0 | 1011110 | 110100 | 101101 | 101001101 | 1011001 | 11101 |
Color Harmonies of #8D0843
Complementary color
Monochromatic Colors of #8D0843
Black with #8D0843
Text Example
Text Example
White with #8D0843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0843; }
p { color: rgb(141,8,67); }
H1.HeaderClassName
{
color: #8D0843;
}
.AnyTagClassName
{
color: #8D0843;
}
</style>
background-color css
<style>
a { background-color: #8D0843; }
a { background-color: rgb(141,8,67); }
div.DivClassName
{
background-color: #8D0843;
}
.BgClassName
{
background-color: #8D0843;
}
</style>
border-color css
<style>
span { border-color: #8D0843; }
span { border-color: rgb(141,8,67); }
td.TdClassName
{
border-color: #8D0843;
}
.TagClassName
{
border-color: #8D0843;
}
</style>