Shades of Jazzberry Jam #8D1353
Tints of Jazzberry Jam #8D1353
RGB
CMYK
RGB Variations
Color information
#8D1353 (or 0x8D1353) is known color: Jazzberry Jam. HEX triplet: 8D, 13 and 53. RGB value is (141,19,83). Sum of RGB (Red+Green+Blue) = 141+19+83=243 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.02% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1353 is #72ECAC. Grayscale: #3E3E3E. Windows color (decimal): -7531693 or 5444493. OLE color: 5444493.
HSL color Cylindrical-coordinate representation of color #8D1353: hue angle of 328.52º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1353 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 19 | 83 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.45 |
| HSL | 328.52º | 0.76% | 0.31% | - |
| HSV(B) | 328.52º | 0.87% | 0.55% | - |
| XYZ | 12.78 | 6.75 | 8.81 | - |
| YUV | 62.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 19 | 83 | 0 | 0.87 | 0.41 | 0.45 | 328.52 | 0.76 | 0.31 |
| Hex | 8D | 13 | 53 | 0 | 57 | 29 | 2D | 149 | 4C | 1F |
| Octal | 215 | 23 | 123 | 0 | 127 | 51 | 55 | 511 | 114 | 37 |
| Binary | 10001101 | 10011 | 1010011 | 0 | 1010111 | 101001 | 101101 | 101001001 | 1001100 | 11111 |
Color Harmonies of #8D1353
Complementary color
Monochromatic Colors of #8D1353
Black with #8D1353
Text Example
Text Example
White with #8D1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1353; }
p { color: rgb(141,19,83); }
H1.HeaderClassName
{
color: #8D1353;
}
.AnyTagClassName
{
color: #8D1353;
}
</style>
background-color css
<style>
a { background-color: #8D1353; }
a { background-color: rgb(141,19,83); }
div.DivClassName
{
background-color: #8D1353;
}
.BgClassName
{
background-color: #8D1353;
}
</style>
border-color css
<style>
span { border-color: #8D1353; }
span { border-color: rgb(141,19,83); }
td.TdClassName
{
border-color: #8D1353;
}
.TagClassName
{
border-color: #8D1353;
}
</style>