Shades of Eggplant #8F0B6E
Tints of Eggplant #8F0B6E
RGB
CMYK
RGB Variations
Color information
#8F0B6E (or 0x8F0B6E) is known color: Eggplant. HEX triplet: 8F, 0B and 6E. RGB value is (143,11,110). Sum of RGB (Red+Green+Blue) = 143+11+110=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0B6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0B6E is #70F491. Grayscale: #3D3D3D. Windows color (decimal): -7402642 or 7211919. OLE color: 7211919.
HSL color Cylindrical-coordinate representation of color #8F0B6E: hue angle of 315º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0B6E is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 11 | 110 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.44 |
| HSL | 315º | 0.86% | 0.3% | - |
| HSV(B) | 315º | 0.92% | 0.56% | - |
| XYZ | 14.26 | 7.2 | 15.39 | - |
| YUV | 61.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 110 | 0 | 0.92 | 0.23 | 0.44 | 315 | 0.86 | 0.3 |
| Hex | 8F | B | 6E | 0 | 5C | 17 | 2C | 13B | 56 | 1E |
| Octal | 217 | 13 | 156 | 0 | 134 | 27 | 54 | 473 | 126 | 36 |
| Binary | 10001111 | 1011 | 1101110 | 0 | 1011100 | 10111 | 101100 | 100111011 | 1010110 | 11110 |
Color Harmonies of #8F0B6E
Complementary color
Monochromatic Colors of #8F0B6E
Black with #8F0B6E
Text Example
Text Example
White with #8F0B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0B6E; }
p { color: rgb(143,11,110); }
H1.HeaderClassName
{
color: #8F0B6E;
}
.AnyTagClassName
{
color: #8F0B6E;
}
</style>
background-color css
<style>
a { background-color: #8F0B6E; }
a { background-color: rgb(143,11,110); }
div.DivClassName
{
background-color: #8F0B6E;
}
.BgClassName
{
background-color: #8F0B6E;
}
</style>
border-color css
<style>
span { border-color: #8F0B6E; }
span { border-color: rgb(143,11,110); }
td.TdClassName
{
border-color: #8F0B6E;
}
.TagClassName
{
border-color: #8F0B6E;
}
</style>