Shades of Jazzberry Jam #8F0E53
Tints of Jazzberry Jam #8F0E53
RGB
CMYK
RGB Variations
Color information
#8F0E53 (or 0x8F0E53) is known color: Jazzberry Jam. HEX triplet: 8F, 0E and 53. RGB value is (143,14,83). Sum of RGB (Red+Green+Blue) = 143+14+83=240 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.58% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E53 is #70F1AC. Grayscale: #3C3C3C. Windows color (decimal): -7401901 or 5443215. OLE color: 5443215.
HSL color Cylindrical-coordinate representation of color #8F0E53: hue angle of 327.91º 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 #8F0E53 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 14 | 83 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.44 |
| HSL | 327.91º | 0.82% | 0.31% | - |
| HSV(B) | 327.91º | 0.9% | 0.56% | - |
| XYZ | 13.05 | 6.78 | 8.8 | - |
| YUV | 60.44 | 140.74 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 83 | 0 | 0.90 | 0.42 | 0.44 | 327.91 | 0.82 | 0.31 |
| Hex | 8F | E | 53 | 0 | 5A | 2A | 2C | 148 | 52 | 1F |
| Octal | 217 | 16 | 123 | 0 | 132 | 52 | 54 | 510 | 122 | 37 |
| Binary | 10001111 | 1110 | 1010011 | 0 | 1011010 | 101010 | 101100 | 101001000 | 1010010 | 11111 |
Color Harmonies of #8F0E53
Complementary color
Monochromatic Colors of #8F0E53
Black with #8F0E53
Text Example
Text Example
White with #8F0E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0E53; }
p { color: rgb(143,14,83); }
H1.HeaderClassName
{
color: #8F0E53;
}
.AnyTagClassName
{
color: #8F0E53;
}
</style>
background-color css
<style>
a { background-color: #8F0E53; }
a { background-color: rgb(143,14,83); }
div.DivClassName
{
background-color: #8F0E53;
}
.BgClassName
{
background-color: #8F0E53;
}
</style>
border-color css
<style>
span { border-color: #8F0E53; }
span { border-color: rgb(143,14,83); }
td.TdClassName
{
border-color: #8F0E53;
}
.TagClassName
{
border-color: #8F0E53;
}
</style>