Shades of Eggplant #8F1461
Tints of Eggplant #8F1461
RGB
CMYK
RGB Variations
Color information
#8F1461 (or 0x8F1461) is known color: Eggplant. HEX triplet: 8F, 14 and 61. RGB value is (143,20,97). Sum of RGB (Red+Green+Blue) = 143+20+97=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F1461 is #70EB9E. Grayscale: #414141. Windows color (decimal): -7400351 or 6362255. OLE color: 6362255.
HSL color Cylindrical-coordinate representation of color #8F1461: hue angle of 322.44º 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 #8F1461 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 20 | 97 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.44 |
| HSL | 322.44º | 0.75% | 0.32% | - |
| HSV(B) | 322.44º | 0.86% | 0.56% | - |
| XYZ | 13.74 | 7.2 | 11.98 | - |
| YUV | 65.56 | 145.75 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 97 | 0 | 0.86 | 0.32 | 0.44 | 322.44 | 0.75 | 0.32 |
| Hex | 8F | 14 | 61 | 0 | 56 | 20 | 2C | 142 | 4B | 20 |
| Octal | 217 | 24 | 141 | 0 | 126 | 40 | 54 | 502 | 113 | 40 |
| Binary | 10001111 | 10100 | 1100001 | 0 | 1010110 | 100000 | 101100 | 101000010 | 1001011 | 100000 |
Color Harmonies of #8F1461
Complementary color
Monochromatic Colors of #8F1461
Black with #8F1461
Text Example
Text Example
White with #8F1461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1461; }
p { color: rgb(143,20,97); }
H1.HeaderClassName
{
color: #8F1461;
}
.AnyTagClassName
{
color: #8F1461;
}
</style>
background-color css
<style>
a { background-color: #8F1461; }
a { background-color: rgb(143,20,97); }
div.DivClassName
{
background-color: #8F1461;
}
.BgClassName
{
background-color: #8F1461;
}
</style>
border-color css
<style>
span { border-color: #8F1461; }
span { border-color: rgb(143,20,97); }
td.TdClassName
{
border-color: #8F1461;
}
.TagClassName
{
border-color: #8F1461;
}
</style>