Shades of Eggplant #8F0271
Tints of Eggplant #8F0271
RGB
CMYK
RGB Variations
Color information
#8F0271 (or 0x8F0271) is known color: Eggplant. HEX triplet: 8F, 02 and 71. RGB value is (143,2,113). Sum of RGB (Red+Green+Blue) = 143+2+113=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0271 is #70FD8E. Grayscale: #383838. Windows color (decimal): -7404943 or 7406223. OLE color: 7406223.
HSL color Cylindrical-coordinate representation of color #8F0271: hue angle of 312.77º degrees, saturation: 0.97, 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 #8F0271 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.44 |
| HSL | 312.77º | 0.97% | 0.28% | - |
| HSV(B) | 312.77º | 0.99% | 0.56% | - |
| XYZ | 14.33 | 7.08 | 16.23 | - |
| YUV | 56.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 113 | 0 | 0.99 | 0.21 | 0.44 | 312.77 | 0.97 | 0.28 |
| Hex | 8F | 2 | 71 | 0 | 63 | 15 | 2C | 139 | 61 | 1C |
| Octal | 217 | 2 | 161 | 0 | 143 | 25 | 54 | 471 | 141 | 34 |
| Binary | 10001111 | 10 | 1110001 | 0 | 1100011 | 10101 | 101100 | 100111001 | 1100001 | 11100 |
Color Harmonies of #8F0271
Complementary color
Monochromatic Colors of #8F0271
Black with #8F0271
Text Example
Text Example
White with #8F0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0271; }
p { color: rgb(143,2,113); }
H1.HeaderClassName
{
color: #8F0271;
}
.AnyTagClassName
{
color: #8F0271;
}
</style>
background-color css
<style>
a { background-color: #8F0271; }
a { background-color: rgb(143,2,113); }
div.DivClassName
{
background-color: #8F0271;
}
.BgClassName
{
background-color: #8F0271;
}
</style>
border-color css
<style>
span { border-color: #8F0271; }
span { border-color: rgb(143,2,113); }
td.TdClassName
{
border-color: #8F0271;
}
.TagClassName
{
border-color: #8F0271;
}
</style>