Shades of Eggplant #8F065D
Tints of Eggplant #8F065D
RGB
CMYK
RGB Variations
Color information
#8F065D (or 0x8F065D) is known color: Eggplant. HEX triplet: 8F, 06 and 5D. RGB value is (143,6,93). Sum of RGB (Red+Green+Blue) = 143+6+93=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F065D is #70F9A2. Grayscale: #383838. Windows color (decimal): -7403939 or 6096527. OLE color: 6096527.
HSL color Cylindrical-coordinate representation of color #8F065D: hue angle of 321.9º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F065D is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 93 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.44 |
| HSL | 321.9º | 0.92% | 0.29% | - |
| HSV(B) | 321.9º | 0.96% | 0.56% | - |
| XYZ | 13.37 | 6.76 | 10.96 | - |
| YUV | 56.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 93 | 0 | 0.96 | 0.35 | 0.44 | 321.9 | 0.92 | 0.29 |
| Hex | 8F | 6 | 5D | 0 | 60 | 23 | 2C | 142 | 5C | 1D |
| Octal | 217 | 6 | 135 | 0 | 140 | 43 | 54 | 502 | 134 | 35 |
| Binary | 10001111 | 110 | 1011101 | 0 | 1100000 | 100011 | 101100 | 101000010 | 1011100 | 11101 |
Color Harmonies of #8F065D
Complementary color
Monochromatic Colors of #8F065D
Black with #8F065D
Text Example
Text Example
White with #8F065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F065D; }
p { color: rgb(143,6,93); }
H1.HeaderClassName
{
color: #8F065D;
}
.AnyTagClassName
{
color: #8F065D;
}
</style>
background-color css
<style>
a { background-color: #8F065D; }
a { background-color: rgb(143,6,93); }
div.DivClassName
{
background-color: #8F065D;
}
.BgClassName
{
background-color: #8F065D;
}
</style>
border-color css
<style>
span { border-color: #8F065D; }
span { border-color: rgb(143,6,93); }
td.TdClassName
{
border-color: #8F065D;
}
.TagClassName
{
border-color: #8F065D;
}
</style>