Shades of Jazzberry Jam #8F1657
Tints of Jazzberry Jam #8F1657
RGB
CMYK
RGB Variations
Color information
#8F1657 (or 0x8F1657) is known color: Jazzberry Jam. HEX triplet: 8F, 16 and 57. RGB value is (143,22,87). Sum of RGB (Red+Green+Blue) = 143+22+87=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1657 is #70E9A8. Grayscale: #414141. Windows color (decimal): -7399849 or 5707407. OLE color: 5707407.
HSL color Cylindrical-coordinate representation of color #8F1657: hue angle of 327.77º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1657 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 87 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.44 |
| HSL | 327.77º | 0.73% | 0.32% | - |
| HSV(B) | 327.77º | 0.85% | 0.56% | - |
| XYZ | 13.33 | 7.1 | 9.68 | - |
| YUV | 65.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 87 | 0 | 0.85 | 0.39 | 0.44 | 327.77 | 0.73 | 0.32 |
| Hex | 8F | 16 | 57 | 0 | 55 | 27 | 2C | 148 | 49 | 20 |
| Octal | 217 | 26 | 127 | 0 | 125 | 47 | 54 | 510 | 111 | 40 |
| Binary | 10001111 | 10110 | 1010111 | 0 | 1010101 | 100111 | 101100 | 101001000 | 1001001 | 100000 |
Color Harmonies of #8F1657
Complementary color
Monochromatic Colors of #8F1657
Black with #8F1657
Text Example
Text Example
White with #8F1657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1657; }
p { color: rgb(143,22,87); }
H1.HeaderClassName
{
color: #8F1657;
}
.AnyTagClassName
{
color: #8F1657;
}
</style>
background-color css
<style>
a { background-color: #8F1657; }
a { background-color: rgb(143,22,87); }
div.DivClassName
{
background-color: #8F1657;
}
.BgClassName
{
background-color: #8F1657;
}
</style>
border-color css
<style>
span { border-color: #8F1657; }
span { border-color: rgb(143,22,87); }
td.TdClassName
{
border-color: #8F1657;
}
.TagClassName
{
border-color: #8F1657;
}
</style>