#8F0E5E

Color #8F0E5E Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #8F0E5E

Tints of Eggplant #8F0E5E

Color information

#8F0E5E (or 0x8F0E5E) is unknown color: approx Eggplant. HEX triplet: 8F, 0E and 5E. RGB value is (143,14,94). Sum of RGB (Red+Green+Blue) = 143+14+94=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0E5E is #70F1A1. Grayscale: #3D3D3D. Windows color (decimal): -7401890 or 6164111. OLE color: 6164111.

HSL color Cylindrical-coordinate representation of color #8F0E5E: hue angle of 322.79º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E5E is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB1431494-
CMYK00.900.340.44
HSL322.79º82.17%30.78%-
HSV(B)322.79º90.21%56.08%-
XYZ13.516.9611.22-
YUV61.69146.24186-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 56.97%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=56.97%
G=5.58%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143149400.900.340.44322.7982.1730.78
Hex8FE5E05A222C143521f
Octal217161360132425450312237
Binary100011111110101111001011010100010101100101000011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F0E5E; }

 p { color: rgb(143,14,94); }

 H1.HeaderClassName
 {
   color: #8F0E5E;
 }
 .AnyTagClassName
 {
   color: #8F0E5E;
 }
</style>
background-color css

<style>
 a { background-color: #8F0E5E; }

 a { background-color: rgb(143,14,94); }

 div.DivClassName
 {
   background-color: #8F0E5E;
 }
 .BgClassName
 {
   background-color: #8F0E5E;
 }
</style>
border-color css

<style>
 span { border-color: #8F0E5E; }

 span { border-color: rgb(143,14,94); }

 td.TdClassName
 {
   border-color: #8F0E5E;
 }
 .TagClassName
 {
   border-color: #8F0E5E;
 }
</style>