Shades of Jazzberry Jam #8F044D
Tints of Jazzberry Jam #8F044D
RGB
CMYK
RGB Variations
Color information
#8F044D (or 0x8F044D) is known color: Jazzberry Jam. HEX triplet: 8F, 04 and 4D. RGB value is (143,4,77). Sum of RGB (Red+Green+Blue) = 143+4+77=224 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.84% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 143 - color contains mainly: red. Hex color #8F044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F044D is #70FBB2. Grayscale: #353535. Windows color (decimal): -7404467 or 5047439. OLE color: 5047439.
HSL color Cylindrical-coordinate representation of color #8F044D: hue angle of 328.49º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F044D is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 77 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.44 |
| HSL | 328.49º | 0.95% | 0.29% | - |
| HSV(B) | 328.49º | 0.97% | 0.56% | - |
| XYZ | 12.71 | 6.46 | 7.6 | - |
| YUV | 53.88 | 141.05 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 77 | 0 | 0.97 | 0.46 | 0.44 | 328.49 | 0.95 | 0.29 |
| Hex | 8F | 4 | 4D | 0 | 61 | 2E | 2C | 148 | 5F | 1D |
| Octal | 217 | 4 | 115 | 0 | 141 | 56 | 54 | 510 | 137 | 35 |
| Binary | 10001111 | 100 | 1001101 | 0 | 1100001 | 101110 | 101100 | 101001000 | 1011111 | 11101 |
Color Harmonies of #8F044D
Complementary color
Monochromatic Colors of #8F044D
Black with #8F044D
Text Example
Text Example
White with #8F044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F044D; }
p { color: rgb(143,4,77); }
H1.HeaderClassName
{
color: #8F044D;
}
.AnyTagClassName
{
color: #8F044D;
}
</style>
background-color css
<style>
a { background-color: #8F044D; }
a { background-color: rgb(143,4,77); }
div.DivClassName
{
background-color: #8F044D;
}
.BgClassName
{
background-color: #8F044D;
}
</style>
border-color css
<style>
span { border-color: #8F044D; }
span { border-color: rgb(143,4,77); }
td.TdClassName
{
border-color: #8F044D;
}
.TagClassName
{
border-color: #8F044D;
}
</style>