Shades of Jazzberry Jam #8D185C
Tints of Jazzberry Jam #8D185C
RGB
CMYK
RGB Variations
Color information
#8D185C (or 0x8D185C) is known color: Jazzberry Jam. HEX triplet: 8D, 18 and 5C. RGB value is (141,24,92). Sum of RGB (Red+Green+Blue) = 141+24+92=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D185C is #72E7A3. Grayscale: #424242. Windows color (decimal): -7530404 or 6035597. OLE color: 6035597.
HSL color Cylindrical-coordinate representation of color #8D185C: hue angle of 325.13º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D185C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 24 | 92 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.45 |
| HSL | 325.13º | 0.71% | 0.32% | - |
| HSV(B) | 325.13º | 0.83% | 0.55% | - |
| XYZ | 13.24 | 7.09 | 10.8 | - |
| YUV | 66.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 92 | 0 | 0.83 | 0.35 | 0.45 | 325.13 | 0.71 | 0.32 |
| Hex | 8D | 18 | 5C | 0 | 53 | 23 | 2D | 145 | 47 | 20 |
| Octal | 215 | 30 | 134 | 0 | 123 | 43 | 55 | 505 | 107 | 40 |
| Binary | 10001101 | 11000 | 1011100 | 0 | 1010011 | 100011 | 101101 | 101000101 | 1000111 | 100000 |
Color Harmonies of #8D185C
Complementary color
Monochromatic Colors of #8D185C
Black with #8D185C
Text Example
Text Example
White with #8D185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D185C; }
p { color: rgb(141,24,92); }
H1.HeaderClassName
{
color: #8D185C;
}
.AnyTagClassName
{
color: #8D185C;
}
</style>
background-color css
<style>
a { background-color: #8D185C; }
a { background-color: rgb(141,24,92); }
div.DivClassName
{
background-color: #8D185C;
}
.BgClassName
{
background-color: #8D185C;
}
</style>
border-color css
<style>
span { border-color: #8D185C; }
span { border-color: rgb(141,24,92); }
td.TdClassName
{
border-color: #8D185C;
}
.TagClassName
{
border-color: #8D185C;
}
</style>