Shades of Eggplant #8F0D6E
Tints of Eggplant #8F0D6E
RGB
CMYK
RGB Variations
Color information
#8F0D6E (or 0x8F0D6E) is known color: Eggplant. HEX triplet: 8F, 0D and 6E. RGB value is (143,13,110). Sum of RGB (Red+Green+Blue) = 143+13+110=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0D6E is #70F291. Grayscale: #3E3E3E. Windows color (decimal): -7402130 or 7212431. OLE color: 7212431.
HSL color Cylindrical-coordinate representation of color #8F0D6E: hue angle of 315.23º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0D6E is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 13 | 110 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.44 |
| HSL | 315.23º | 0.83% | 0.31% | - |
| HSV(B) | 315.23º | 0.91% | 0.56% | - |
| XYZ | 14.29 | 7.25 | 15.4 | - |
| YUV | 62.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 110 | 0 | 0.91 | 0.23 | 0.44 | 315.23 | 0.83 | 0.31 |
| Hex | 8F | D | 6E | 0 | 5B | 17 | 2C | 13B | 53 | 1F |
| Octal | 217 | 15 | 156 | 0 | 133 | 27 | 54 | 473 | 123 | 37 |
| Binary | 10001111 | 1101 | 1101110 | 0 | 1011011 | 10111 | 101100 | 100111011 | 1010011 | 11111 |
Color Harmonies of #8F0D6E
Complementary color
Monochromatic Colors of #8F0D6E
Black with #8F0D6E
Text Example
Text Example
White with #8F0D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0D6E; }
p { color: rgb(143,13,110); }
H1.HeaderClassName
{
color: #8F0D6E;
}
.AnyTagClassName
{
color: #8F0D6E;
}
</style>
background-color css
<style>
a { background-color: #8F0D6E; }
a { background-color: rgb(143,13,110); }
div.DivClassName
{
background-color: #8F0D6E;
}
.BgClassName
{
background-color: #8F0D6E;
}
</style>
border-color css
<style>
span { border-color: #8F0D6E; }
span { border-color: rgb(143,13,110); }
td.TdClassName
{
border-color: #8F0D6E;
}
.TagClassName
{
border-color: #8F0D6E;
}
</style>