#8D006E

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

Shades of Eggplant #8D006E

Tints of Eggplant #8D006E

Color information

#8D006E (or 0x8D006E) is unknown color: approx Eggplant. HEX triplet: 8D, 00 and 6E. RGB value is (141,0,110). Sum of RGB (Red+Green+Blue) = 141+0+110=251 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.18% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 141 - color contains mainly: red. Hex color #8D006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D006E is #72FF91. Grayscale: #363636. Windows color (decimal): -7536530 or 7209101. OLE color: 7209101.

HSL color Cylindrical-coordinate representation of color #8D006E: hue angle of 313.19º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D006E is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB1410110-
CMYK010.220.45
HSL313.19º100%27.65%-
HSV(B)313.19º100%55.29%-
XYZ13.86.7915.33-
YUV54.7159.21189.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=56.18%
G=0%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1410110010.220.45313.1910027.65
Hex8D06E064162D139641c
Octal21501560144265547114434
Binary10001101011011100110010010110101101100111001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,0,110); }

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

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

 a { background-color: rgb(141,0,110); }

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

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

 span { border-color: rgb(141,0,110); }

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