Shades of Jazzberry Jam #8F1054
Tints of Jazzberry Jam #8F1054
RGB
CMYK
RGB Variations
Color information
#8F1054 (or 0x8F1054) is known color: Jazzberry Jam. HEX triplet: 8F, 10 and 54. RGB value is (143,16,84). Sum of RGB (Red+Green+Blue) = 143+16+84=243 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.85% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1054 is #70EFAB. Grayscale: #3D3D3D. Windows color (decimal): -7401388 or 5509263. OLE color: 5509263.
HSL color Cylindrical-coordinate representation of color #8F1054: hue angle of 327.87º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1054 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 84 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.44 |
| HSL | 327.87º | 0.8% | 0.31% | - |
| HSV(B) | 327.87º | 0.89% | 0.56% | - |
| XYZ | 13.11 | 6.85 | 9.02 | - |
| YUV | 61.73 | 140.58 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 84 | 0 | 0.89 | 0.41 | 0.44 | 327.87 | 0.8 | 0.31 |
| Hex | 8F | 10 | 54 | 0 | 59 | 29 | 2C | 148 | 50 | 1F |
| Octal | 217 | 20 | 124 | 0 | 131 | 51 | 54 | 510 | 120 | 37 |
| Binary | 10001111 | 10000 | 1010100 | 0 | 1011001 | 101001 | 101100 | 101001000 | 1010000 | 11111 |
Color Harmonies of #8F1054
Complementary color
Monochromatic Colors of #8F1054
Black with #8F1054
Text Example
Text Example
White with #8F1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1054; }
p { color: rgb(143,16,84); }
H1.HeaderClassName
{
color: #8F1054;
}
.AnyTagClassName
{
color: #8F1054;
}
</style>
background-color css
<style>
a { background-color: #8F1054; }
a { background-color: rgb(143,16,84); }
div.DivClassName
{
background-color: #8F1054;
}
.BgClassName
{
background-color: #8F1054;
}
</style>
border-color css
<style>
span { border-color: #8F1054; }
span { border-color: rgb(143,16,84); }
td.TdClassName
{
border-color: #8F1054;
}
.TagClassName
{
border-color: #8F1054;
}
</style>