Shades of Eggplant #8F0973
Tints of Eggplant #8F0973
RGB
CMYK
RGB Variations
Color information
#8F0973 (or 0x8F0973) is known color: Eggplant. HEX triplet: 8F, 09 and 73. RGB value is (143,9,115). Sum of RGB (Red+Green+Blue) = 143+9+115=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0973 is #70F68C. Grayscale: #3C3C3C. Windows color (decimal): -7403149 or 7539087. OLE color: 7539087.
HSL color Cylindrical-coordinate representation of color #8F0973: hue angle of 312.54º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0973 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 115 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.44 |
| HSL | 312.54º | 0.88% | 0.3% | - |
| HSV(B) | 312.54º | 0.94% | 0.56% | - |
| XYZ | 14.52 | 7.27 | 16.86 | - |
| YUV | 61.15 | 158.39 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 115 | 0 | 0.94 | 0.20 | 0.44 | 312.54 | 0.88 | 0.3 |
| Hex | 8F | 9 | 73 | 0 | 5E | 14 | 2C | 139 | 58 | 1E |
| Octal | 217 | 11 | 163 | 0 | 136 | 24 | 54 | 471 | 130 | 36 |
| Binary | 10001111 | 1001 | 1110011 | 0 | 1011110 | 10100 | 101100 | 100111001 | 1011000 | 11110 |
Color Harmonies of #8F0973
Complementary color
Monochromatic Colors of #8F0973
Black with #8F0973
Text Example
Text Example
White with #8F0973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0973; }
p { color: rgb(143,9,115); }
H1.HeaderClassName
{
color: #8F0973;
}
.AnyTagClassName
{
color: #8F0973;
}
</style>
background-color css
<style>
a { background-color: #8F0973; }
a { background-color: rgb(143,9,115); }
div.DivClassName
{
background-color: #8F0973;
}
.BgClassName
{
background-color: #8F0973;
}
</style>
border-color css
<style>
span { border-color: #8F0973; }
span { border-color: rgb(143,9,115); }
td.TdClassName
{
border-color: #8F0973;
}
.TagClassName
{
border-color: #8F0973;
}
</style>