Shades of Eggplant #8F036C
Tints of Eggplant #8F036C
RGB
CMYK
RGB Variations
Color information
#8F036C (or 0x8F036C) is known color: Eggplant. HEX triplet: 8F, 03 and 6C. RGB value is (143,3,108). Sum of RGB (Red+Green+Blue) = 143+3+108=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F036C is #70FC93. Grayscale: #383838. Windows color (decimal): -7404692 or 7078799. OLE color: 7078799.
HSL color Cylindrical-coordinate representation of color #8F036C: hue angle of 315º 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 #8F036C is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 108 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.44 |
| HSL | 315º | 0.96% | 0.29% | - |
| HSV(B) | 315º | 0.98% | 0.56% | - |
| XYZ | 14.07 | 6.99 | 14.79 | - |
| YUV | 56.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 108 | 0 | 0.98 | 0.24 | 0.44 | 315 | 0.96 | 0.29 |
| Hex | 8F | 3 | 6C | 0 | 62 | 18 | 2C | 13B | 60 | 1D |
| Octal | 217 | 3 | 154 | 0 | 142 | 30 | 54 | 473 | 140 | 35 |
| Binary | 10001111 | 11 | 1101100 | 0 | 1100010 | 11000 | 101100 | 100111011 | 1100000 | 11101 |
Color Harmonies of #8F036C
Complementary color
Monochromatic Colors of #8F036C
Black with #8F036C
Text Example
Text Example
White with #8F036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F036C; }
p { color: rgb(143,3,108); }
H1.HeaderClassName
{
color: #8F036C;
}
.AnyTagClassName
{
color: #8F036C;
}
</style>
background-color css
<style>
a { background-color: #8F036C; }
a { background-color: rgb(143,3,108); }
div.DivClassName
{
background-color: #8F036C;
}
.BgClassName
{
background-color: #8F036C;
}
</style>
border-color css
<style>
span { border-color: #8F036C; }
span { border-color: rgb(143,3,108); }
td.TdClassName
{
border-color: #8F036C;
}
.TagClassName
{
border-color: #8F036C;
}
</style>