Shades of Eggplant #8F0463
Tints of Eggplant #8F0463
RGB
CMYK
RGB Variations
Color information
#8F0463 (or 0x8F0463) is known color: Eggplant. HEX triplet: 8F, 04 and 63. RGB value is (143,4,99). Sum of RGB (Red+Green+Blue) = 143+4+99=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0463 is #70FB9C. Grayscale: #383838. Windows color (decimal): -7404445 or 6489231. OLE color: 6489231.
HSL color Cylindrical-coordinate representation of color #8F0463: hue angle of 318.99º 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 #8F0463 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 99 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.44 |
| HSL | 318.99º | 0.95% | 0.29% | - |
| HSV(B) | 318.99º | 0.97% | 0.56% | - |
| XYZ | 13.62 | 6.83 | 12.4 | - |
| YUV | 56.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 99 | 0 | 0.97 | 0.31 | 0.44 | 318.99 | 0.95 | 0.29 |
| Hex | 8F | 4 | 63 | 0 | 61 | 1F | 2C | 13F | 5F | 1D |
| Octal | 217 | 4 | 143 | 0 | 141 | 37 | 54 | 477 | 137 | 35 |
| Binary | 10001111 | 100 | 1100011 | 0 | 1100001 | 11111 | 101100 | 100111111 | 1011111 | 11101 |
Color Harmonies of #8F0463
Complementary color
Monochromatic Colors of #8F0463
Black with #8F0463
Text Example
Text Example
White with #8F0463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0463; }
p { color: rgb(143,4,99); }
H1.HeaderClassName
{
color: #8F0463;
}
.AnyTagClassName
{
color: #8F0463;
}
</style>
background-color css
<style>
a { background-color: #8F0463; }
a { background-color: rgb(143,4,99); }
div.DivClassName
{
background-color: #8F0463;
}
.BgClassName
{
background-color: #8F0463;
}
</style>
border-color css
<style>
span { border-color: #8F0463; }
span { border-color: rgb(143,4,99); }
td.TdClassName
{
border-color: #8F0463;
}
.TagClassName
{
border-color: #8F0463;
}
</style>