Shades of Jazzberry Jam #8D0146
Tints of Jazzberry Jam #8D0146
RGB
CMYK
RGB Variations
Color information
#8D0146 (or 0x8D0146) is known color: Jazzberry Jam. HEX triplet: 8D, 01 and 46. RGB value is (141,1,70). Sum of RGB (Red+Green+Blue) = 141+1+70=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0146 is #72FEB9. Grayscale: #323232. Windows color (decimal): -7536314 or 4587917. OLE color: 4587917.
HSL color Cylindrical-coordinate representation of color #8D0146: hue angle of 330.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0146 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 70 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.45 |
| HSL | 330.43º | 0.99% | 0.28% | - |
| HSV(B) | 330.43º | 0.99% | 0.55% | - |
| XYZ | 12.1 | 6.13 | 6.34 | - |
| YUV | 50.73 | 138.88 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 70 | 0 | 0.99 | 0.50 | 0.45 | 330.43 | 0.99 | 0.28 |
| Hex | 8D | 1 | 46 | 0 | 63 | 32 | 2D | 14A | 63 | 1C |
| Octal | 215 | 1 | 106 | 0 | 143 | 62 | 55 | 512 | 143 | 34 |
| Binary | 10001101 | 1 | 1000110 | 0 | 1100011 | 110010 | 101101 | 101001010 | 1100011 | 11100 |
Color Harmonies of #8D0146
Complementary color
Monochromatic Colors of #8D0146
Black with #8D0146
Text Example
Text Example
White with #8D0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0146; }
p { color: rgb(141,1,70); }
H1.HeaderClassName
{
color: #8D0146;
}
.AnyTagClassName
{
color: #8D0146;
}
</style>
background-color css
<style>
a { background-color: #8D0146; }
a { background-color: rgb(141,1,70); }
div.DivClassName
{
background-color: #8D0146;
}
.BgClassName
{
background-color: #8D0146;
}
</style>
border-color css
<style>
span { border-color: #8D0146; }
span { border-color: rgb(141,1,70); }
td.TdClassName
{
border-color: #8D0146;
}
.TagClassName
{
border-color: #8D0146;
}
</style>