Shades of Jazzberry Jam #8D034B
Tints of Jazzberry Jam #8D034B
RGB
CMYK
RGB Variations
Color information
#8D034B (or 0x8D034B) is known color: Jazzberry Jam. HEX triplet: 8D, 03 and 4B. RGB value is (141,3,75). Sum of RGB (Red+Green+Blue) = 141+3+75=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D034B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D034B is #72FCB4. Grayscale: #343434. Windows color (decimal): -7535797 or 4916109. OLE color: 4916109.
HSL color Cylindrical-coordinate representation of color #8D034B: hue angle of 328.7º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D034B is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 75 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.45 |
| HSL | 328.7º | 0.96% | 0.28% | - |
| HSV(B) | 328.7º | 0.98% | 0.55% | - |
| XYZ | 12.29 | 6.24 | 7.21 | - |
| YUV | 52.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 75 | 0 | 0.98 | 0.47 | 0.45 | 328.7 | 0.96 | 0.28 |
| Hex | 8D | 3 | 4B | 0 | 62 | 2F | 2D | 149 | 60 | 1C |
| Octal | 215 | 3 | 113 | 0 | 142 | 57 | 55 | 511 | 140 | 34 |
| Binary | 10001101 | 11 | 1001011 | 0 | 1100010 | 101111 | 101101 | 101001001 | 1100000 | 11100 |
Color Harmonies of #8D034B
Complementary color
Monochromatic Colors of #8D034B
Black with #8D034B
Text Example
Text Example
White with #8D034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D034B; }
p { color: rgb(141,3,75); }
H1.HeaderClassName
{
color: #8D034B;
}
.AnyTagClassName
{
color: #8D034B;
}
</style>
background-color css
<style>
a { background-color: #8D034B; }
a { background-color: rgb(141,3,75); }
div.DivClassName
{
background-color: #8D034B;
}
.BgClassName
{
background-color: #8D034B;
}
</style>
border-color css
<style>
span { border-color: #8D034B; }
span { border-color: rgb(141,3,75); }
td.TdClassName
{
border-color: #8D034B;
}
.TagClassName
{
border-color: #8D034B;
}
</style>