Shades of Eggplant #8F0D5F
Tints of Eggplant #8F0D5F
RGB
CMYK
RGB Variations
Color information
#8F0D5F (or 0x8F0D5F) is known color: Eggplant. HEX triplet: 8F, 0D and 5F. RGB value is (143,13,95). Sum of RGB (Red+Green+Blue) = 143+13+95=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0D5F is #70F2A0. Grayscale: #3D3D3D. Windows color (decimal): -7402145 or 6229391. OLE color: 6229391.
HSL color Cylindrical-coordinate representation of color #8F0D5F: hue angle of 322.15º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0D5F is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 13 | 95 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.44 |
| HSL | 322.15º | 0.83% | 0.31% | - |
| HSV(B) | 322.15º | 0.91% | 0.56% | - |
| XYZ | 13.54 | 6.95 | 11.46 | - |
| YUV | 61.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 95 | 0 | 0.91 | 0.34 | 0.44 | 322.15 | 0.83 | 0.31 |
| Hex | 8F | D | 5F | 0 | 5B | 22 | 2C | 142 | 53 | 1F |
| Octal | 217 | 15 | 137 | 0 | 133 | 42 | 54 | 502 | 123 | 37 |
| Binary | 10001111 | 1101 | 1011111 | 0 | 1011011 | 100010 | 101100 | 101000010 | 1010011 | 11111 |
Color Harmonies of #8F0D5F
Complementary color
Monochromatic Colors of #8F0D5F
Black with #8F0D5F
Text Example
Text Example
White with #8F0D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0D5F; }
p { color: rgb(143,13,95); }
H1.HeaderClassName
{
color: #8F0D5F;
}
.AnyTagClassName
{
color: #8F0D5F;
}
</style>
background-color css
<style>
a { background-color: #8F0D5F; }
a { background-color: rgb(143,13,95); }
div.DivClassName
{
background-color: #8F0D5F;
}
.BgClassName
{
background-color: #8F0D5F;
}
</style>
border-color css
<style>
span { border-color: #8F0D5F; }
span { border-color: rgb(143,13,95); }
td.TdClassName
{
border-color: #8F0D5F;
}
.TagClassName
{
border-color: #8F0D5F;
}
</style>