Shades of Eggplant #8F0263
Tints of Eggplant #8F0263
RGB
CMYK
RGB Variations
Color information
#8F0263 (or 0x8F0263) is known color: Eggplant. HEX triplet: 8F, 02 and 63. RGB value is (143,2,99). Sum of RGB (Red+Green+Blue) = 143+2+99=244 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.61% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0263 is #70FD9C. Grayscale: #363636. Windows color (decimal): -7404957 or 6488719. OLE color: 6488719.
HSL color Cylindrical-coordinate representation of color #8F0263: hue angle of 318.72º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0263 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.44 |
| HSL | 318.72º | 0.97% | 0.28% | - |
| HSV(B) | 318.72º | 0.99% | 0.56% | - |
| XYZ | 13.6 | 6.78 | 12.4 | - |
| YUV | 55.22 | 152.71 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 99 | 0 | 0.99 | 0.31 | 0.44 | 318.72 | 0.97 | 0.28 |
| Hex | 8F | 2 | 63 | 0 | 63 | 1F | 2C | 13F | 61 | 1C |
| Octal | 217 | 2 | 143 | 0 | 143 | 37 | 54 | 477 | 141 | 34 |
| Binary | 10001111 | 10 | 1100011 | 0 | 1100011 | 11111 | 101100 | 100111111 | 1100001 | 11100 |
Color Harmonies of #8F0263
Complementary color
Monochromatic Colors of #8F0263
Black with #8F0263
Text Example
Text Example
White with #8F0263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0263; }
p { color: rgb(143,2,99); }
H1.HeaderClassName
{
color: #8F0263;
}
.AnyTagClassName
{
color: #8F0263;
}
</style>
background-color css
<style>
a { background-color: #8F0263; }
a { background-color: rgb(143,2,99); }
div.DivClassName
{
background-color: #8F0263;
}
.BgClassName
{
background-color: #8F0263;
}
</style>
border-color css
<style>
span { border-color: #8F0263; }
span { border-color: rgb(143,2,99); }
td.TdClassName
{
border-color: #8F0263;
}
.TagClassName
{
border-color: #8F0263;
}
</style>