Shades of Eggplant #8F0362
Tints of Eggplant #8F0362
RGB
CMYK
RGB Variations
Color information
#8F0362 (or 0x8F0362) is known color: Eggplant. HEX triplet: 8F, 03 and 62. RGB value is (143,3,98). Sum of RGB (Red+Green+Blue) = 143+3+98=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0362 is #70FC9D. Grayscale: #373737. Windows color (decimal): -7404702 or 6423439. OLE color: 6423439.
HSL color Cylindrical-coordinate representation of color #8F0362: hue angle of 319.29º 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 #8F0362 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 98 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.44 |
| HSL | 319.29º | 0.96% | 0.29% | - |
| HSV(B) | 319.29º | 0.98% | 0.56% | - |
| XYZ | 13.56 | 6.79 | 12.15 | - |
| YUV | 55.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 98 | 0 | 0.98 | 0.31 | 0.44 | 319.29 | 0.96 | 0.29 |
| Hex | 8F | 3 | 62 | 0 | 62 | 1F | 2C | 13F | 60 | 1D |
| Octal | 217 | 3 | 142 | 0 | 142 | 37 | 54 | 477 | 140 | 35 |
| Binary | 10001111 | 11 | 1100010 | 0 | 1100010 | 11111 | 101100 | 100111111 | 1100000 | 11101 |
Color Harmonies of #8F0362
Complementary color
Monochromatic Colors of #8F0362
Black with #8F0362
Text Example
Text Example
White with #8F0362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0362; }
p { color: rgb(143,3,98); }
H1.HeaderClassName
{
color: #8F0362;
}
.AnyTagClassName
{
color: #8F0362;
}
</style>
background-color css
<style>
a { background-color: #8F0362; }
a { background-color: rgb(143,3,98); }
div.DivClassName
{
background-color: #8F0362;
}
.BgClassName
{
background-color: #8F0362;
}
</style>
border-color css
<style>
span { border-color: #8F0362; }
span { border-color: rgb(143,3,98); }
td.TdClassName
{
border-color: #8F0362;
}
.TagClassName
{
border-color: #8F0362;
}
</style>