Shades of Eggplant #8F035C
Tints of Eggplant #8F035C
RGB
CMYK
RGB Variations
Color information
#8F035C (or 0x8F035C) is known color: Eggplant. HEX triplet: 8F, 03 and 5C. RGB value is (143,3,92). Sum of RGB (Red+Green+Blue) = 143+3+92=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F035C is #70FCA3. Grayscale: #363636. Windows color (decimal): -7404708 or 6030223. OLE color: 6030223.
HSL color Cylindrical-coordinate representation of color #8F035C: hue angle of 321.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F035C is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.44 |
| HSL | 321.86º | 0.96% | 0.29% | - |
| HSV(B) | 321.86º | 0.98% | 0.56% | - |
| XYZ | 13.29 | 6.68 | 10.71 | - |
| YUV | 55.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 92 | 0 | 0.98 | 0.36 | 0.44 | 321.86 | 0.96 | 0.29 |
| Hex | 8F | 3 | 5C | 0 | 62 | 24 | 2C | 142 | 60 | 1D |
| Octal | 217 | 3 | 134 | 0 | 142 | 44 | 54 | 502 | 140 | 35 |
| Binary | 10001111 | 11 | 1011100 | 0 | 1100010 | 100100 | 101100 | 101000010 | 1100000 | 11101 |
Color Harmonies of #8F035C
Complementary color
Monochromatic Colors of #8F035C
Black with #8F035C
Text Example
Text Example
White with #8F035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F035C; }
p { color: rgb(143,3,92); }
H1.HeaderClassName
{
color: #8F035C;
}
.AnyTagClassName
{
color: #8F035C;
}
</style>
background-color css
<style>
a { background-color: #8F035C; }
a { background-color: rgb(143,3,92); }
div.DivClassName
{
background-color: #8F035C;
}
.BgClassName
{
background-color: #8F035C;
}
</style>
border-color css
<style>
span { border-color: #8F035C; }
span { border-color: rgb(143,3,92); }
td.TdClassName
{
border-color: #8F035C;
}
.TagClassName
{
border-color: #8F035C;
}
</style>