Shades of Jazzberry Jam #8F1350
Tints of Jazzberry Jam #8F1350
RGB
CMYK
RGB Variations
Color information
#8F1350 (or 0x8F1350) is known color: Jazzberry Jam. HEX triplet: 8F, 13 and 50. RGB value is (143,19,80). Sum of RGB (Red+Green+Blue) = 143+19+80=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1350 is #70ECAF. Grayscale: #3E3E3E. Windows color (decimal): -7400624 or 5247887. OLE color: 5247887.
HSL color Cylindrical-coordinate representation of color #8F1350: hue angle of 330.48º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1350 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 19 | 80 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.44 |
| HSL | 330.48º | 0.77% | 0.32% | - |
| HSV(B) | 330.48º | 0.87% | 0.56% | - |
| XYZ | 13.01 | 6.88 | 8.23 | - |
| YUV | 63.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 19 | 80 | 0 | 0.87 | 0.44 | 0.44 | 330.48 | 0.77 | 0.32 |
| Hex | 8F | 13 | 50 | 0 | 57 | 2C | 2C | 14A | 4D | 20 |
| Octal | 217 | 23 | 120 | 0 | 127 | 54 | 54 | 512 | 115 | 40 |
| Binary | 10001111 | 10011 | 1010000 | 0 | 1010111 | 101100 | 101100 | 101001010 | 1001101 | 100000 |
Color Harmonies of #8F1350
Complementary color
Monochromatic Colors of #8F1350
Black with #8F1350
Text Example
Text Example
White with #8F1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1350; }
p { color: rgb(143,19,80); }
H1.HeaderClassName
{
color: #8F1350;
}
.AnyTagClassName
{
color: #8F1350;
}
</style>
background-color css
<style>
a { background-color: #8F1350; }
a { background-color: rgb(143,19,80); }
div.DivClassName
{
background-color: #8F1350;
}
.BgClassName
{
background-color: #8F1350;
}
</style>
border-color css
<style>
span { border-color: #8F1350; }
span { border-color: rgb(143,19,80); }
td.TdClassName
{
border-color: #8F1350;
}
.TagClassName
{
border-color: #8F1350;
}
</style>