Shades of Jazzberry Jam #8D054B
Tints of Jazzberry Jam #8D054B
RGB
CMYK
RGB Variations
Color information
#8D054B (or 0x8D054B) is known color: Jazzberry Jam. HEX triplet: 8D, 05 and 4B. RGB value is (141,5,75). Sum of RGB (Red+Green+Blue) = 141+5+75=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D054B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D054B is #72FAB4. Grayscale: #353535. Windows color (decimal): -7535285 or 4916621. OLE color: 4916621.
HSL color Cylindrical-coordinate representation of color #8D054B: hue angle of 329.12º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D054B is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 75 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.45 |
| HSL | 329.12º | 0.93% | 0.29% | - |
| HSV(B) | 329.12º | 0.96% | 0.55% | - |
| XYZ | 12.31 | 6.28 | 7.22 | - |
| YUV | 53.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 75 | 0 | 0.96 | 0.47 | 0.45 | 329.12 | 0.93 | 0.29 |
| Hex | 8D | 5 | 4B | 0 | 60 | 2F | 2D | 149 | 5D | 1D |
| Octal | 215 | 5 | 113 | 0 | 140 | 57 | 55 | 511 | 135 | 35 |
| Binary | 10001101 | 101 | 1001011 | 0 | 1100000 | 101111 | 101101 | 101001001 | 1011101 | 11101 |
Color Harmonies of #8D054B
Complementary color
Monochromatic Colors of #8D054B
Black with #8D054B
Text Example
Text Example
White with #8D054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D054B; }
p { color: rgb(141,5,75); }
H1.HeaderClassName
{
color: #8D054B;
}
.AnyTagClassName
{
color: #8D054B;
}
</style>
background-color css
<style>
a { background-color: #8D054B; }
a { background-color: rgb(141,5,75); }
div.DivClassName
{
background-color: #8D054B;
}
.BgClassName
{
background-color: #8D054B;
}
</style>
border-color css
<style>
span { border-color: #8D054B; }
span { border-color: rgb(141,5,75); }
td.TdClassName
{
border-color: #8D054B;
}
.TagClassName
{
border-color: #8D054B;
}
</style>