Shades of Jazzberry Jam #8D155B
Tints of Jazzberry Jam #8D155B
RGB
CMYK
RGB Variations
Color information
#8D155B (or 0x8D155B) is known color: Jazzberry Jam. HEX triplet: 8D, 15 and 5B. RGB value is (141,21,91). Sum of RGB (Red+Green+Blue) = 141+21+91=253 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.73% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 141 - color contains mainly: red. Hex color #8D155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D155B is #72EAA4. Grayscale: #404040. Windows color (decimal): -7531173 or 5969293. OLE color: 5969293.
HSL color Cylindrical-coordinate representation of color #8D155B: hue angle of 325º 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 #8D155B is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 91 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.45 |
| HSL | 325º | 0.74% | 0.32% | - |
| HSV(B) | 325º | 0.85% | 0.55% | - |
| XYZ | 13.14 | 6.95 | 10.55 | - |
| YUV | 64.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 91 | 0 | 0.85 | 0.35 | 0.45 | 325 | 0.74 | 0.32 |
| Hex | 8D | 15 | 5B | 0 | 55 | 23 | 2D | 145 | 4A | 20 |
| Octal | 215 | 25 | 133 | 0 | 125 | 43 | 55 | 505 | 112 | 40 |
| Binary | 10001101 | 10101 | 1011011 | 0 | 1010101 | 100011 | 101101 | 101000101 | 1001010 | 100000 |
Color Harmonies of #8D155B
Complementary color
Monochromatic Colors of #8D155B
Black with #8D155B
Text Example
Text Example
White with #8D155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D155B; }
p { color: rgb(141,21,91); }
H1.HeaderClassName
{
color: #8D155B;
}
.AnyTagClassName
{
color: #8D155B;
}
</style>
background-color css
<style>
a { background-color: #8D155B; }
a { background-color: rgb(141,21,91); }
div.DivClassName
{
background-color: #8D155B;
}
.BgClassName
{
background-color: #8D155B;
}
</style>
border-color css
<style>
span { border-color: #8D155B; }
span { border-color: rgb(141,21,91); }
td.TdClassName
{
border-color: #8D155B;
}
.TagClassName
{
border-color: #8D155B;
}
</style>