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