Shades of Eggplant #8F0172
Tints of Eggplant #8F0172
RGB
CMYK
RGB Variations
Color information
#8F0172 (or 0x8F0172) is known color: Eggplant. HEX triplet: 8F, 01 and 72. RGB value is (143,1,114). Sum of RGB (Red+Green+Blue) = 143+1+114=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0172 is #70FE8D. Grayscale: #383838. Windows color (decimal): -7405198 or 7471503. OLE color: 7471503.
HSL color Cylindrical-coordinate representation of color #8F0172: hue angle of 312.25º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0172 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.44 |
| HSL | 312.25º | 0.99% | 0.28% | - |
| HSV(B) | 312.25º | 0.99% | 0.56% | - |
| XYZ | 14.38 | 7.08 | 16.53 | - |
| YUV | 56.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 114 | 0 | 0.99 | 0.20 | 0.44 | 312.25 | 0.99 | 0.28 |
| Hex | 8F | 1 | 72 | 0 | 63 | 14 | 2C | 138 | 63 | 1C |
| Octal | 217 | 1 | 162 | 0 | 143 | 24 | 54 | 470 | 143 | 34 |
| Binary | 10001111 | 1 | 1110010 | 0 | 1100011 | 10100 | 101100 | 100111000 | 1100011 | 11100 |
Color Harmonies of #8F0172
Complementary color
Monochromatic Colors of #8F0172
Black with #8F0172
Text Example
Text Example
White with #8F0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0172; }
p { color: rgb(143,1,114); }
H1.HeaderClassName
{
color: #8F0172;
}
.AnyTagClassName
{
color: #8F0172;
}
</style>
background-color css
<style>
a { background-color: #8F0172; }
a { background-color: rgb(143,1,114); }
div.DivClassName
{
background-color: #8F0172;
}
.BgClassName
{
background-color: #8F0172;
}
</style>
border-color css
<style>
span { border-color: #8F0172; }
span { border-color: rgb(143,1,114); }
td.TdClassName
{
border-color: #8F0172;
}
.TagClassName
{
border-color: #8F0172;
}
</style>