Shades of Eggplant #8F1561
Tints of Eggplant #8F1561
RGB
CMYK
RGB Variations
Color information
#8F1561 (or 0x8F1561) is known color: Eggplant. HEX triplet: 8F, 15 and 61. RGB value is (143,21,97). Sum of RGB (Red+Green+Blue) = 143+21+97=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1561 is #70EA9E. Grayscale: #414141. Windows color (decimal): -7400095 or 6362511. OLE color: 6362511.
HSL color Cylindrical-coordinate representation of color #8F1561: hue angle of 322.62º degrees, saturation: 0.74, 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 #8F1561 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 97 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.44 |
| HSL | 322.62º | 0.74% | 0.32% | - |
| HSV(B) | 322.62º | 0.85% | 0.56% | - |
| XYZ | 13.75 | 7.24 | 11.98 | - |
| YUV | 66.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 97 | 0 | 0.85 | 0.32 | 0.44 | 322.62 | 0.74 | 0.32 |
| Hex | 8F | 15 | 61 | 0 | 55 | 20 | 2C | 143 | 4A | 20 |
| Octal | 217 | 25 | 141 | 0 | 125 | 40 | 54 | 503 | 112 | 40 |
| Binary | 10001111 | 10101 | 1100001 | 0 | 1010101 | 100000 | 101100 | 101000011 | 1001010 | 100000 |
Color Harmonies of #8F1561
Complementary color
Monochromatic Colors of #8F1561
Black with #8F1561
Text Example
Text Example
White with #8F1561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1561; }
p { color: rgb(143,21,97); }
H1.HeaderClassName
{
color: #8F1561;
}
.AnyTagClassName
{
color: #8F1561;
}
</style>
background-color css
<style>
a { background-color: #8F1561; }
a { background-color: rgb(143,21,97); }
div.DivClassName
{
background-color: #8F1561;
}
.BgClassName
{
background-color: #8F1561;
}
</style>
border-color css
<style>
span { border-color: #8F1561; }
span { border-color: rgb(143,21,97); }
td.TdClassName
{
border-color: #8F1561;
}
.TagClassName
{
border-color: #8F1561;
}
</style>