Shades of Eggplant #8F015C
Tints of Eggplant #8F015C
RGB
CMYK
RGB Variations
Color information
#8F015C (or 0x8F015C) is known color: Eggplant. HEX triplet: 8F, 01 and 5C. RGB value is (143,1,92). Sum of RGB (Red+Green+Blue) = 143+1+92=236 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.59% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 143 - color contains mainly: red. Hex color #8F015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F015C is #70FEA3. Grayscale: #353535. Windows color (decimal): -7405220 or 6029711. OLE color: 6029711.
HSL color Cylindrical-coordinate representation of color #8F015C: hue angle of 321.55º degrees, saturation: 0.99, 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 #8F015C is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.44 |
| HSL | 321.55º | 0.99% | 0.28% | - |
| HSV(B) | 321.55º | 0.99% | 0.56% | - |
| XYZ | 13.27 | 6.63 | 10.71 | - |
| YUV | 53.83 | 149.54 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 92 | 0 | 0.99 | 0.36 | 0.44 | 321.55 | 0.99 | 0.28 |
| Hex | 8F | 1 | 5C | 0 | 63 | 24 | 2C | 142 | 63 | 1C |
| Octal | 217 | 1 | 134 | 0 | 143 | 44 | 54 | 502 | 143 | 34 |
| Binary | 10001111 | 1 | 1011100 | 0 | 1100011 | 100100 | 101100 | 101000010 | 1100011 | 11100 |
Color Harmonies of #8F015C
Complementary color
Monochromatic Colors of #8F015C
Black with #8F015C
Text Example
Text Example
White with #8F015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F015C; }
p { color: rgb(143,1,92); }
H1.HeaderClassName
{
color: #8F015C;
}
.AnyTagClassName
{
color: #8F015C;
}
</style>
background-color css
<style>
a { background-color: #8F015C; }
a { background-color: rgb(143,1,92); }
div.DivClassName
{
background-color: #8F015C;
}
.BgClassName
{
background-color: #8F015C;
}
</style>
border-color css
<style>
span { border-color: #8F015C; }
span { border-color: rgb(143,1,92); }
td.TdClassName
{
border-color: #8F015C;
}
.TagClassName
{
border-color: #8F015C;
}
</style>