Shades of Jazzberry Jam #8F054C
Tints of Jazzberry Jam #8F054C
RGB
CMYK
RGB Variations
Color information
#8F054C (or 0x8F054C) is known color: Jazzberry Jam. HEX triplet: 8F, 05 and 4C. RGB value is (143,5,76). Sum of RGB (Red+Green+Blue) = 143+5+76=224 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.84% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 143 - color contains mainly: red. Hex color #8F054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F054C is #70FAB3. Grayscale: #363636. Windows color (decimal): -7404212 or 4982159. OLE color: 4982159.
HSL color Cylindrical-coordinate representation of color #8F054C: hue angle of 329.13º degrees, saturation: 0.93, 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 #8F054C is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 76 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.44 |
| HSL | 329.13º | 0.93% | 0.29% | - |
| HSV(B) | 329.13º | 0.97% | 0.56% | - |
| XYZ | 12.69 | 6.47 | 7.42 | - |
| YUV | 54.36 | 140.22 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 76 | 0 | 0.97 | 0.47 | 0.44 | 329.13 | 0.93 | 0.29 |
| Hex | 8F | 5 | 4C | 0 | 61 | 2F | 2C | 149 | 5D | 1D |
| Octal | 217 | 5 | 114 | 0 | 141 | 57 | 54 | 511 | 135 | 35 |
| Binary | 10001111 | 101 | 1001100 | 0 | 1100001 | 101111 | 101100 | 101001001 | 1011101 | 11101 |
Color Harmonies of #8F054C
Complementary color
Monochromatic Colors of #8F054C
Black with #8F054C
Text Example
Text Example
White with #8F054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F054C; }
p { color: rgb(143,5,76); }
H1.HeaderClassName
{
color: #8F054C;
}
.AnyTagClassName
{
color: #8F054C;
}
</style>
background-color css
<style>
a { background-color: #8F054C; }
a { background-color: rgb(143,5,76); }
div.DivClassName
{
background-color: #8F054C;
}
.BgClassName
{
background-color: #8F054C;
}
</style>
border-color css
<style>
span { border-color: #8F054C; }
span { border-color: rgb(143,5,76); }
td.TdClassName
{
border-color: #8F054C;
}
.TagClassName
{
border-color: #8F054C;
}
</style>