Shades of Jazzberry Jam #8F0E4E
Tints of Jazzberry Jam #8F0E4E
RGB
CMYK
RGB Variations
Color information
#8F0E4E (or 0x8F0E4E) is known color: Jazzberry Jam. HEX triplet: 8F, 0E and 4E. RGB value is (143,14,78). Sum of RGB (Red+Green+Blue) = 143+14+78=235 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.85% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E4E is #70F1B1. Grayscale: #3B3B3B. Windows color (decimal): -7401906 or 5115535. OLE color: 5115535.
HSL color Cylindrical-coordinate representation of color #8F0E4E: hue angle of 330.23º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E4E is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 78 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.44 |
| HSL | 330.23º | 0.82% | 0.31% | - |
| HSV(B) | 330.23º | 0.9% | 0.56% | - |
| XYZ | 12.86 | 6.7 | 7.82 | - |
| YUV | 59.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 78 | 0 | 0.90 | 0.45 | 0.44 | 330.23 | 0.82 | 0.31 |
| Hex | 8F | E | 4E | 0 | 5A | 2D | 2C | 14A | 52 | 1F |
| Octal | 217 | 16 | 116 | 0 | 132 | 55 | 54 | 512 | 122 | 37 |
| Binary | 10001111 | 1110 | 1001110 | 0 | 1011010 | 101101 | 101100 | 101001010 | 1010010 | 11111 |
Color Harmonies of #8F0E4E
Complementary color
Monochromatic Colors of #8F0E4E
Black with #8F0E4E
Text Example
Text Example
White with #8F0E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E4E; }
p { color: rgb(143,14,78); }
H1.HeaderClassName
{
color: #8F0E4E;
}
.AnyTagClassName
{
color: #8F0E4E;
}
</style>
background-color css
<style>
a { background-color: #8F0E4E; }
a { background-color: rgb(143,14,78); }
div.DivClassName
{
background-color: #8F0E4E;
}
.BgClassName
{
background-color: #8F0E4E;
}
</style>
border-color css
<style>
span { border-color: #8F0E4E; }
span { border-color: rgb(143,14,78); }
td.TdClassName
{
border-color: #8F0E4E;
}
.TagClassName
{
border-color: #8F0E4E;
}
</style>