Shades of Jazzberry Jam #8D104D
Tints of Jazzberry Jam #8D104D
RGB
CMYK
RGB Variations
Color information
#8D104D (or 0x8D104D) is known color: Jazzberry Jam. HEX triplet: 8D, 10 and 4D. RGB value is (141,16,77). Sum of RGB (Red+Green+Blue) = 141+16+77=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D104D is #72EFB2. Grayscale: #3C3C3C. Windows color (decimal): -7532467 or 5050509. OLE color: 5050509.
HSL color Cylindrical-coordinate representation of color #8D104D: hue angle of 330.72º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D104D is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 16 | 77 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.45 |
| HSL | 330.72º | 0.8% | 0.31% | - |
| HSV(B) | 330.72º | 0.89% | 0.55% | - |
| XYZ | 12.51 | 6.57 | 7.63 | - |
| YUV | 60.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 77 | 0 | 0.89 | 0.45 | 0.45 | 330.72 | 0.8 | 0.31 |
| Hex | 8D | 10 | 4D | 0 | 59 | 2D | 2D | 14B | 50 | 1F |
| Octal | 215 | 20 | 115 | 0 | 131 | 55 | 55 | 513 | 120 | 37 |
| Binary | 10001101 | 10000 | 1001101 | 0 | 1011001 | 101101 | 101101 | 101001011 | 1010000 | 11111 |
Color Harmonies of #8D104D
Complementary color
Monochromatic Colors of #8D104D
Black with #8D104D
Text Example
Text Example
White with #8D104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D104D; }
p { color: rgb(141,16,77); }
H1.HeaderClassName
{
color: #8D104D;
}
.AnyTagClassName
{
color: #8D104D;
}
</style>
background-color css
<style>
a { background-color: #8D104D; }
a { background-color: rgb(141,16,77); }
div.DivClassName
{
background-color: #8D104D;
}
.BgClassName
{
background-color: #8D104D;
}
</style>
border-color css
<style>
span { border-color: #8D104D; }
span { border-color: rgb(141,16,77); }
td.TdClassName
{
border-color: #8D104D;
}
.TagClassName
{
border-color: #8D104D;
}
</style>