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