Shades of Eggplant #8F0767
Tints of Eggplant #8F0767
RGB
CMYK
RGB Variations
Color information
#8F0767 (or 0x8F0767) is known color: Eggplant. HEX triplet: 8F, 07 and 67. RGB value is (143,7,103). Sum of RGB (Red+Green+Blue) = 143+7+103=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0767 is #70F898. Grayscale: #3A3A3A. Windows color (decimal): -7403673 or 6752143. OLE color: 6752143.
HSL color Cylindrical-coordinate representation of color #8F0767: hue angle of 317.65º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0767 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 103 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.44 |
| HSL | 317.65º | 0.91% | 0.29% | - |
| HSV(B) | 317.65º | 0.95% | 0.56% | - |
| XYZ | 13.85 | 6.97 | 13.45 | - |
| YUV | 58.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 103 | 0 | 0.95 | 0.28 | 0.44 | 317.65 | 0.91 | 0.29 |
| Hex | 8F | 7 | 67 | 0 | 5F | 1C | 2C | 13E | 5B | 1D |
| Octal | 217 | 7 | 147 | 0 | 137 | 34 | 54 | 476 | 133 | 35 |
| Binary | 10001111 | 111 | 1100111 | 0 | 1011111 | 11100 | 101100 | 100111110 | 1011011 | 11101 |
Color Harmonies of #8F0767
Complementary color
Monochromatic Colors of #8F0767
Black with #8F0767
Text Example
Text Example
White with #8F0767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0767; }
p { color: rgb(143,7,103); }
H1.HeaderClassName
{
color: #8F0767;
}
.AnyTagClassName
{
color: #8F0767;
}
</style>
background-color css
<style>
a { background-color: #8F0767; }
a { background-color: rgb(143,7,103); }
div.DivClassName
{
background-color: #8F0767;
}
.BgClassName
{
background-color: #8F0767;
}
</style>
border-color css
<style>
span { border-color: #8F0767; }
span { border-color: rgb(143,7,103); }
td.TdClassName
{
border-color: #8F0767;
}
.TagClassName
{
border-color: #8F0767;
}
</style>