Shades of Eggplant #8F045C
Tints of Eggplant #8F045C
RGB
CMYK
RGB Variations
Color information
#8F045C (or 0x8F045C) is known color: Eggplant. HEX triplet: 8F, 04 and 5C. RGB value is (143,4,92). Sum of RGB (Red+Green+Blue) = 143+4+92=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F045C is #70FBA3. Grayscale: #373737. Windows color (decimal): -7404452 or 6030479. OLE color: 6030479.
HSL color Cylindrical-coordinate representation of color #8F045C: hue angle of 322.01º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F045C is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 92 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.44 |
| HSL | 322.01º | 0.95% | 0.29% | - |
| HSV(B) | 322.01º | 0.97% | 0.56% | - |
| XYZ | 13.3 | 6.7 | 10.72 | - |
| YUV | 55.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 92 | 0 | 0.97 | 0.36 | 0.44 | 322.01 | 0.95 | 0.29 |
| Hex | 8F | 4 | 5C | 0 | 61 | 24 | 2C | 142 | 5F | 1D |
| Octal | 217 | 4 | 134 | 0 | 141 | 44 | 54 | 502 | 137 | 35 |
| Binary | 10001111 | 100 | 1011100 | 0 | 1100001 | 100100 | 101100 | 101000010 | 1011111 | 11101 |
Color Harmonies of #8F045C
Complementary color
Monochromatic Colors of #8F045C
Black with #8F045C
Text Example
Text Example
White with #8F045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F045C; }
p { color: rgb(143,4,92); }
H1.HeaderClassName
{
color: #8F045C;
}
.AnyTagClassName
{
color: #8F045C;
}
</style>
background-color css
<style>
a { background-color: #8F045C; }
a { background-color: rgb(143,4,92); }
div.DivClassName
{
background-color: #8F045C;
}
.BgClassName
{
background-color: #8F045C;
}
</style>
border-color css
<style>
span { border-color: #8F045C; }
span { border-color: rgb(143,4,92); }
td.TdClassName
{
border-color: #8F045C;
}
.TagClassName
{
border-color: #8F045C;
}
</style>