Shades of Jazzberry Jam #8D1150
Tints of Jazzberry Jam #8D1150
RGB
CMYK
RGB Variations
Color information
#8D1150 (or 0x8D1150) is known color: Jazzberry Jam. HEX triplet: 8D, 11 and 50. RGB value is (141,17,80). Sum of RGB (Red+Green+Blue) = 141+17+80=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1150 is #72EEAF. Grayscale: #3D3D3D. Windows color (decimal): -7532208 or 5247373. OLE color: 5247373.
HSL color Cylindrical-coordinate representation of color #8D1150: hue angle of 329.52º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1150 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 80 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.45 |
| HSL | 329.52º | 0.78% | 0.31% | - |
| HSV(B) | 329.52º | 0.88% | 0.55% | - |
| XYZ | 12.63 | 6.64 | 8.21 | - |
| YUV | 61.26 | 138.58 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 80 | 0 | 0.88 | 0.43 | 0.45 | 329.52 | 0.78 | 0.31 |
| Hex | 8D | 11 | 50 | 0 | 58 | 2B | 2D | 14A | 4E | 1F |
| Octal | 215 | 21 | 120 | 0 | 130 | 53 | 55 | 512 | 116 | 37 |
| Binary | 10001101 | 10001 | 1010000 | 0 | 1011000 | 101011 | 101101 | 101001010 | 1001110 | 11111 |
Color Harmonies of #8D1150
Complementary color
Monochromatic Colors of #8D1150
Black with #8D1150
Text Example
Text Example
White with #8D1150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1150; }
p { color: rgb(141,17,80); }
H1.HeaderClassName
{
color: #8D1150;
}
.AnyTagClassName
{
color: #8D1150;
}
</style>
background-color css
<style>
a { background-color: #8D1150; }
a { background-color: rgb(141,17,80); }
div.DivClassName
{
background-color: #8D1150;
}
.BgClassName
{
background-color: #8D1150;
}
</style>
border-color css
<style>
span { border-color: #8D1150; }
span { border-color: rgb(141,17,80); }
td.TdClassName
{
border-color: #8D1150;
}
.TagClassName
{
border-color: #8D1150;
}
</style>