Shades of Eggplant #8F0375
Tints of Eggplant #8F0375
RGB
CMYK
RGB Variations
Color information
#8F0375 (or 0x8F0375) is known color: Eggplant. HEX triplet: 8F, 03 and 75. RGB value is (143,3,117). Sum of RGB (Red+Green+Blue) = 143+3+117=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0375 is #70FC8A. Grayscale: #393939. Windows color (decimal): -7404683 or 7668623. OLE color: 7668623.
HSL color Cylindrical-coordinate representation of color #8F0375: hue angle of 311.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F0375 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.44 |
| HSL | 311.14º | 0.96% | 0.29% | - |
| HSV(B) | 311.14º | 0.98% | 0.56% | - |
| XYZ | 14.57 | 7.19 | 17.45 | - |
| YUV | 57.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 117 | 0 | 0.98 | 0.18 | 0.44 | 311.14 | 0.96 | 0.29 |
| Hex | 8F | 3 | 75 | 0 | 62 | 12 | 2C | 137 | 60 | 1D |
| Octal | 217 | 3 | 165 | 0 | 142 | 22 | 54 | 467 | 140 | 35 |
| Binary | 10001111 | 11 | 1110101 | 0 | 1100010 | 10010 | 101100 | 100110111 | 1100000 | 11101 |
Color Harmonies of #8F0375
Complementary color
Monochromatic Colors of #8F0375
Black with #8F0375
Text Example
Text Example
White with #8F0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0375; }
p { color: rgb(143,3,117); }
H1.HeaderClassName
{
color: #8F0375;
}
.AnyTagClassName
{
color: #8F0375;
}
</style>
background-color css
<style>
a { background-color: #8F0375; }
a { background-color: rgb(143,3,117); }
div.DivClassName
{
background-color: #8F0375;
}
.BgClassName
{
background-color: #8F0375;
}
</style>
border-color css
<style>
span { border-color: #8F0375; }
span { border-color: rgb(143,3,117); }
td.TdClassName
{
border-color: #8F0375;
}
.TagClassName
{
border-color: #8F0375;
}
</style>