Shades of Jazzberry Jam #8D155C
Tints of Jazzberry Jam #8D155C
RGB
CMYK
RGB Variations
Color information
#8D155C (or 0x8D155C) is known color: Jazzberry Jam. HEX triplet: 8D, 15 and 5C. RGB value is (141,21,92). Sum of RGB (Red+Green+Blue) = 141+21+92=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D155C is #72EAA3. Grayscale: #404040. Windows color (decimal): -7531172 or 6034829. OLE color: 6034829.
HSL color Cylindrical-coordinate representation of color #8D155C: hue angle of 324.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D155C is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 92 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.45 |
| HSL | 324.5º | 0.74% | 0.32% | - |
| HSV(B) | 324.5º | 0.85% | 0.55% | - |
| XYZ | 13.18 | 6.97 | 10.78 | - |
| YUV | 64.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 92 | 0 | 0.85 | 0.35 | 0.45 | 324.5 | 0.74 | 0.32 |
| Hex | 8D | 15 | 5C | 0 | 55 | 23 | 2D | 144 | 4A | 20 |
| Octal | 215 | 25 | 134 | 0 | 125 | 43 | 55 | 504 | 112 | 40 |
| Binary | 10001101 | 10101 | 1011100 | 0 | 1010101 | 100011 | 101101 | 101000100 | 1001010 | 100000 |
Color Harmonies of #8D155C
Complementary color
Monochromatic Colors of #8D155C
Black with #8D155C
Text Example
Text Example
White with #8D155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D155C; }
p { color: rgb(141,21,92); }
H1.HeaderClassName
{
color: #8D155C;
}
.AnyTagClassName
{
color: #8D155C;
}
</style>
background-color css
<style>
a { background-color: #8D155C; }
a { background-color: rgb(141,21,92); }
div.DivClassName
{
background-color: #8D155C;
}
.BgClassName
{
background-color: #8D155C;
}
</style>
border-color css
<style>
span { border-color: #8D155C; }
span { border-color: rgb(141,21,92); }
td.TdClassName
{
border-color: #8D155C;
}
.TagClassName
{
border-color: #8D155C;
}
</style>