Shades of Jazzberry Jam #8F0D47
Tints of Jazzberry Jam #8F0D47
RGB
CMYK
RGB Variations
Color information
#8F0D47 (or 0x8F0D47) is known color: Jazzberry Jam. HEX triplet: 8F, 0D and 47. RGB value is (143,13,71). Sum of RGB (Red+Green+Blue) = 143+13+71=227 (30% of max value = 765). Red value is 143 (56.25% from 255 or 63.00% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0D47 is #70F2B8. Grayscale: #3A3A3A. Windows color (decimal): -7402169 or 4656527. OLE color: 4656527.
HSL color Cylindrical-coordinate representation of color #8F0D47: hue angle of 333.23º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0D47 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 13 | 71 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.44 |
| HSL | 333.23º | 0.83% | 0.31% | - |
| HSV(B) | 333.23º | 0.91% | 0.56% | - |
| XYZ | 12.61 | 6.58 | 6.57 | - |
| YUV | 58.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 71 | 0 | 0.91 | 0.50 | 0.44 | 333.23 | 0.83 | 0.31 |
| Hex | 8F | D | 47 | 0 | 5B | 32 | 2C | 14D | 53 | 1F |
| Octal | 217 | 15 | 107 | 0 | 133 | 62 | 54 | 515 | 123 | 37 |
| Binary | 10001111 | 1101 | 1000111 | 0 | 1011011 | 110010 | 101100 | 101001101 | 1010011 | 11111 |
Color Harmonies of #8F0D47
Complementary color
Monochromatic Colors of #8F0D47
Black with #8F0D47
Text Example
Text Example
White with #8F0D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0D47; }
p { color: rgb(143,13,71); }
H1.HeaderClassName
{
color: #8F0D47;
}
.AnyTagClassName
{
color: #8F0D47;
}
</style>
background-color css
<style>
a { background-color: #8F0D47; }
a { background-color: rgb(143,13,71); }
div.DivClassName
{
background-color: #8F0D47;
}
.BgClassName
{
background-color: #8F0D47;
}
</style>
border-color css
<style>
span { border-color: #8F0D47; }
span { border-color: rgb(143,13,71); }
td.TdClassName
{
border-color: #8F0D47;
}
.TagClassName
{
border-color: #8F0D47;
}
</style>