Shades of Eggplant #8F025D
Tints of Eggplant #8F025D
RGB
CMYK
RGB Variations
Color information
#8F025D (or 0x8F025D) is known color: Eggplant. HEX triplet: 8F, 02 and 5D. RGB value is (143,2,93). Sum of RGB (Red+Green+Blue) = 143+2+93=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F025D is #70FDA2. Grayscale: #363636. Windows color (decimal): -7404963 or 6095503. OLE color: 6095503.
HSL color Cylindrical-coordinate representation of color #8F025D: hue angle of 321.28º 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 #8F025D is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 93 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.44 |
| HSL | 321.28º | 0.97% | 0.28% | - |
| HSV(B) | 321.28º | 0.99% | 0.56% | - |
| XYZ | 13.33 | 6.67 | 10.94 | - |
| YUV | 54.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 93 | 0 | 0.99 | 0.35 | 0.44 | 321.28 | 0.97 | 0.28 |
| Hex | 8F | 2 | 5D | 0 | 63 | 23 | 2C | 141 | 61 | 1C |
| Octal | 217 | 2 | 135 | 0 | 143 | 43 | 54 | 501 | 141 | 34 |
| Binary | 10001111 | 10 | 1011101 | 0 | 1100011 | 100011 | 101100 | 101000001 | 1100001 | 11100 |
Color Harmonies of #8F025D
Complementary color
Monochromatic Colors of #8F025D
Black with #8F025D
Text Example
Text Example
White with #8F025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F025D; }
p { color: rgb(143,2,93); }
H1.HeaderClassName
{
color: #8F025D;
}
.AnyTagClassName
{
color: #8F025D;
}
</style>
background-color css
<style>
a { background-color: #8F025D; }
a { background-color: rgb(143,2,93); }
div.DivClassName
{
background-color: #8F025D;
}
.BgClassName
{
background-color: #8F025D;
}
</style>
border-color css
<style>
span { border-color: #8F025D; }
span { border-color: rgb(143,2,93); }
td.TdClassName
{
border-color: #8F025D;
}
.TagClassName
{
border-color: #8F025D;
}
</style>