Shades of Jazzberry Jam #8F1457
Tints of Jazzberry Jam #8F1457
RGB
CMYK
RGB Variations
Color information
#8F1457 (or 0x8F1457) is known color: Jazzberry Jam. HEX triplet: 8F, 14 and 57. RGB value is (143,20,87). Sum of RGB (Red+Green+Blue) = 143+20+87=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1457 is #70EBA8. Grayscale: #404040. Windows color (decimal): -7400361 or 5706895. OLE color: 5706895.
HSL color Cylindrical-coordinate representation of color #8F1457: hue angle of 327.32º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1457 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 20 | 87 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.44 |
| HSL | 327.32º | 0.75% | 0.32% | - |
| HSV(B) | 327.32º | 0.86% | 0.56% | - |
| XYZ | 13.3 | 7.03 | 9.67 | - |
| YUV | 64.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 87 | 0 | 0.86 | 0.39 | 0.44 | 327.32 | 0.75 | 0.32 |
| Hex | 8F | 14 | 57 | 0 | 56 | 27 | 2C | 147 | 4B | 20 |
| Octal | 217 | 24 | 127 | 0 | 126 | 47 | 54 | 507 | 113 | 40 |
| Binary | 10001111 | 10100 | 1010111 | 0 | 1010110 | 100111 | 101100 | 101000111 | 1001011 | 100000 |
Color Harmonies of #8F1457
Complementary color
Monochromatic Colors of #8F1457
Black with #8F1457
Text Example
Text Example
White with #8F1457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1457; }
p { color: rgb(143,20,87); }
H1.HeaderClassName
{
color: #8F1457;
}
.AnyTagClassName
{
color: #8F1457;
}
</style>
background-color css
<style>
a { background-color: #8F1457; }
a { background-color: rgb(143,20,87); }
div.DivClassName
{
background-color: #8F1457;
}
.BgClassName
{
background-color: #8F1457;
}
</style>
border-color css
<style>
span { border-color: #8F1457; }
span { border-color: rgb(143,20,87); }
td.TdClassName
{
border-color: #8F1457;
}
.TagClassName
{
border-color: #8F1457;
}
</style>