Shades of Jazzberry Jam #8D0243
Tints of Jazzberry Jam #8D0243
RGB
CMYK
RGB Variations
Color information
#8D0243 (or 0x8D0243) is known color: Jazzberry Jam. HEX triplet: 8D, 02 and 43. RGB value is (141,2,67). Sum of RGB (Red+Green+Blue) = 141+2+67=210 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.14% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0243 is #72FDBC. Grayscale: #323232. Windows color (decimal): -7536061 or 4391565. OLE color: 4391565.
HSL color Cylindrical-coordinate representation of color #8D0243: hue angle of 331.94º degrees, saturation: 0.97, 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 #8D0243 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.45 |
| HSL | 331.94º | 0.97% | 0.28% | - |
| HSV(B) | 331.94º | 0.99% | 0.55% | - |
| XYZ | 12.02 | 6.11 | 5.86 | - |
| YUV | 50.97 | 137.05 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 67 | 0 | 0.99 | 0.52 | 0.45 | 331.94 | 0.97 | 0.28 |
| Hex | 8D | 2 | 43 | 0 | 63 | 34 | 2D | 14C | 61 | 1C |
| Octal | 215 | 2 | 103 | 0 | 143 | 64 | 55 | 514 | 141 | 34 |
| Binary | 10001101 | 10 | 1000011 | 0 | 1100011 | 110100 | 101101 | 101001100 | 1100001 | 11100 |
Color Harmonies of #8D0243
Complementary color
Monochromatic Colors of #8D0243
Black with #8D0243
Text Example
Text Example
White with #8D0243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0243; }
p { color: rgb(141,2,67); }
H1.HeaderClassName
{
color: #8D0243;
}
.AnyTagClassName
{
color: #8D0243;
}
</style>
background-color css
<style>
a { background-color: #8D0243; }
a { background-color: rgb(141,2,67); }
div.DivClassName
{
background-color: #8D0243;
}
.BgClassName
{
background-color: #8D0243;
}
</style>
border-color css
<style>
span { border-color: #8D0243; }
span { border-color: rgb(141,2,67); }
td.TdClassName
{
border-color: #8D0243;
}
.TagClassName
{
border-color: #8D0243;
}
</style>