Shades of Jazzberry Jam #8D155A
Tints of Jazzberry Jam #8D155A
RGB
CMYK
RGB Variations
Color information
#8D155A (or 0x8D155A) is known color: Jazzberry Jam. HEX triplet: 8D, 15 and 5A. RGB value is (141,21,90). Sum of RGB (Red+Green+Blue) = 141+21+90=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D155A is #72EAA5. Grayscale: #404040. Windows color (decimal): -7531174 or 5903757. OLE color: 5903757.
HSL color Cylindrical-coordinate representation of color #8D155A: hue angle of 325.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 #8D155A is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 90 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.45 |
| HSL | 325.5º | 0.74% | 0.32% | - |
| HSV(B) | 325.5º | 0.85% | 0.55% | - |
| XYZ | 13.1 | 6.94 | 10.32 | - |
| YUV | 64.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 90 | 0 | 0.85 | 0.36 | 0.45 | 325.5 | 0.74 | 0.32 |
| Hex | 8D | 15 | 5A | 0 | 55 | 24 | 2D | 146 | 4A | 20 |
| Octal | 215 | 25 | 132 | 0 | 125 | 44 | 55 | 506 | 112 | 40 |
| Binary | 10001101 | 10101 | 1011010 | 0 | 1010101 | 100100 | 101101 | 101000110 | 1001010 | 100000 |
Color Harmonies of #8D155A
Complementary color
Monochromatic Colors of #8D155A
Black with #8D155A
Text Example
Text Example
White with #8D155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D155A; }
p { color: rgb(141,21,90); }
H1.HeaderClassName
{
color: #8D155A;
}
.AnyTagClassName
{
color: #8D155A;
}
</style>
background-color css
<style>
a { background-color: #8D155A; }
a { background-color: rgb(141,21,90); }
div.DivClassName
{
background-color: #8D155A;
}
.BgClassName
{
background-color: #8D155A;
}
</style>
border-color css
<style>
span { border-color: #8D155A; }
span { border-color: rgb(141,21,90); }
td.TdClassName
{
border-color: #8D155A;
}
.TagClassName
{
border-color: #8D155A;
}
</style>