Shades of Jazzberry Jam #8D0149
Tints of Jazzberry Jam #8D0149
RGB
CMYK
RGB Variations
Color information
#8D0149 (or 0x8D0149) is known color: Jazzberry Jam. HEX triplet: 8D, 01 and 49. RGB value is (141,1,73). Sum of RGB (Red+Green+Blue) = 141+1+73=215 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.58% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0149 is #72FEB6. Grayscale: #323232. Windows color (decimal): -7536311 or 4784525. OLE color: 4784525.
HSL color Cylindrical-coordinate representation of color #8D0149: hue angle of 329.14º 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 #8D0149 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.45 |
| HSL | 329.14º | 0.99% | 0.28% | - |
| HSV(B) | 329.14º | 0.99% | 0.55% | - |
| XYZ | 12.2 | 6.17 | 6.85 | - |
| YUV | 51.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 73 | 0 | 0.99 | 0.48 | 0.45 | 329.14 | 0.99 | 0.28 |
| Hex | 8D | 1 | 49 | 0 | 63 | 30 | 2D | 149 | 63 | 1C |
| Octal | 215 | 1 | 111 | 0 | 143 | 60 | 55 | 511 | 143 | 34 |
| Binary | 10001101 | 1 | 1001001 | 0 | 1100011 | 110000 | 101101 | 101001001 | 1100011 | 11100 |
Color Harmonies of #8D0149
Complementary color
Monochromatic Colors of #8D0149
Black with #8D0149
Text Example
Text Example
White with #8D0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0149; }
p { color: rgb(141,1,73); }
H1.HeaderClassName
{
color: #8D0149;
}
.AnyTagClassName
{
color: #8D0149;
}
</style>
background-color css
<style>
a { background-color: #8D0149; }
a { background-color: rgb(141,1,73); }
div.DivClassName
{
background-color: #8D0149;
}
.BgClassName
{
background-color: #8D0149;
}
</style>
border-color css
<style>
span { border-color: #8D0149; }
span { border-color: rgb(141,1,73); }
td.TdClassName
{
border-color: #8D0149;
}
.TagClassName
{
border-color: #8D0149;
}
</style>