Shades of Eggplant #8F035B
Tints of Eggplant #8F035B
RGB
CMYK
RGB Variations
Color information
#8F035B (or 0x8F035B) is known color: Eggplant. HEX triplet: 8F, 03 and 5B. RGB value is (143,3,91). Sum of RGB (Red+Green+Blue) = 143+3+91=237 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.34% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 143 - color contains mainly: red. Hex color #8F035B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F035B is #70FCA4. Grayscale: #363636. Windows color (decimal): -7404709 or 5964687. OLE color: 5964687.
HSL color Cylindrical-coordinate representation of color #8F035B: hue angle of 322.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 #8F035B is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 91 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.44 |
| HSL | 322.29º | 0.96% | 0.29% | - |
| HSV(B) | 322.29º | 0.98% | 0.56% | - |
| XYZ | 13.25 | 6.66 | 10.48 | - |
| YUV | 54.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 91 | 0 | 0.98 | 0.36 | 0.44 | 322.29 | 0.96 | 0.29 |
| Hex | 8F | 3 | 5B | 0 | 62 | 24 | 2C | 142 | 60 | 1D |
| Octal | 217 | 3 | 133 | 0 | 142 | 44 | 54 | 502 | 140 | 35 |
| Binary | 10001111 | 11 | 1011011 | 0 | 1100010 | 100100 | 101100 | 101000010 | 1100000 | 11101 |
Color Harmonies of #8F035B
Complementary color
Monochromatic Colors of #8F035B
Black with #8F035B
Text Example
Text Example
White with #8F035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F035B; }
p { color: rgb(143,3,91); }
H1.HeaderClassName
{
color: #8F035B;
}
.AnyTagClassName
{
color: #8F035B;
}
</style>
background-color css
<style>
a { background-color: #8F035B; }
a { background-color: rgb(143,3,91); }
div.DivClassName
{
background-color: #8F035B;
}
.BgClassName
{
background-color: #8F035B;
}
</style>
border-color css
<style>
span { border-color: #8F035B; }
span { border-color: rgb(143,3,91); }
td.TdClassName
{
border-color: #8F035B;
}
.TagClassName
{
border-color: #8F035B;
}
</style>