Shades of Eggplant #8F0975
Tints of Eggplant #8F0975
RGB
CMYK
RGB Variations
Color information
#8F0975 (or 0x8F0975) is known color: Eggplant. HEX triplet: 8F, 09 and 75. RGB value is (143,9,117). Sum of RGB (Red+Green+Blue) = 143+9+117=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0975 is #70F68A. Grayscale: #3D3D3D. Windows color (decimal): -7403147 or 7670159. OLE color: 7670159.
HSL color Cylindrical-coordinate representation of color #8F0975: hue angle of 311.64º 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 #8F0975 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 9 | 117 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.44 |
| HSL | 311.64º | 0.88% | 0.3% | - |
| HSV(B) | 311.64º | 0.94% | 0.56% | - |
| XYZ | 14.64 | 7.32 | 17.47 | - |
| YUV | 61.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 9 | 117 | 0 | 0.94 | 0.18 | 0.44 | 311.64 | 0.88 | 0.3 |
| Hex | 8F | 9 | 75 | 0 | 5E | 12 | 2C | 138 | 58 | 1E |
| Octal | 217 | 11 | 165 | 0 | 136 | 22 | 54 | 470 | 130 | 36 |
| Binary | 10001111 | 1001 | 1110101 | 0 | 1011110 | 10010 | 101100 | 100111000 | 1011000 | 11110 |
Color Harmonies of #8F0975
Complementary color
Monochromatic Colors of #8F0975
Black with #8F0975
Text Example
Text Example
White with #8F0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0975; }
p { color: rgb(143,9,117); }
H1.HeaderClassName
{
color: #8F0975;
}
.AnyTagClassName
{
color: #8F0975;
}
</style>
background-color css
<style>
a { background-color: #8F0975; }
a { background-color: rgb(143,9,117); }
div.DivClassName
{
background-color: #8F0975;
}
.BgClassName
{
background-color: #8F0975;
}
</style>
border-color css
<style>
span { border-color: #8F0975; }
span { border-color: rgb(143,9,117); }
td.TdClassName
{
border-color: #8F0975;
}
.TagClassName
{
border-color: #8F0975;
}
</style>