Shades of Eggplant #8F0665
Tints of Eggplant #8F0665
RGB
CMYK
RGB Variations
Color information
#8F0665 (or 0x8F0665) is known color: Eggplant. HEX triplet: 8F, 06 and 65. RGB value is (143,6,101). Sum of RGB (Red+Green+Blue) = 143+6+101=250 (33% of max value = 765). Red value is 143 (56.25% from 255 or 57.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0665 is #70F99A. Grayscale: #393939. Windows color (decimal): -7403931 or 6620815. OLE color: 6620815.
HSL color Cylindrical-coordinate representation of color #8F0665: hue angle of 318.39º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0665 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 101 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.44 |
| HSL | 318.39º | 0.92% | 0.29% | - |
| HSV(B) | 318.39º | 0.96% | 0.56% | - |
| XYZ | 13.74 | 6.91 | 12.92 | - |
| YUV | 57.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 101 | 0 | 0.96 | 0.29 | 0.44 | 318.39 | 0.92 | 0.29 |
| Hex | 8F | 6 | 65 | 0 | 60 | 1D | 2C | 13E | 5C | 1D |
| Octal | 217 | 6 | 145 | 0 | 140 | 35 | 54 | 476 | 134 | 35 |
| Binary | 10001111 | 110 | 1100101 | 0 | 1100000 | 11101 | 101100 | 100111110 | 1011100 | 11101 |
Color Harmonies of #8F0665
Complementary color
Monochromatic Colors of #8F0665
Black with #8F0665
Text Example
Text Example
White with #8F0665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0665; }
p { color: rgb(143,6,101); }
H1.HeaderClassName
{
color: #8F0665;
}
.AnyTagClassName
{
color: #8F0665;
}
</style>
background-color css
<style>
a { background-color: #8F0665; }
a { background-color: rgb(143,6,101); }
div.DivClassName
{
background-color: #8F0665;
}
.BgClassName
{
background-color: #8F0665;
}
</style>
border-color css
<style>
span { border-color: #8F0665; }
span { border-color: rgb(143,6,101); }
td.TdClassName
{
border-color: #8F0665;
}
.TagClassName
{
border-color: #8F0665;
}
</style>