#8D0671

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

Shades of Eggplant #8D0671

Tints of Eggplant #8D0671

Color information

#8D0671 (or 0x8D0671) is unknown color: approx Eggplant. HEX triplet: 8D, 06 and 71. RGB value is (141,6,113). Sum of RGB (Red+Green+Blue) = 141+6+113=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0671 is #72F98E. Grayscale: #3A3A3A. Windows color (decimal): -7534991 or 7407245. OLE color: 7407245.

HSL color Cylindrical-coordinate representation of color #8D0671: hue angle of 312.44º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0671 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB1416113-
CMYK00.960.200.45
HSL312.44º91.84%28.82%-
HSV(B)312.44º95.74%55.29%-
XYZ14.036.9916.23-
YUV58.56158.73186.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.23%
GREEN value IS 6 (2.73% from 255) = 2.31%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=54.23%
G=2.31%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141611300.960.200.45312.4491.8428.82
Hex8D671060142D1385c1d
Octal21561610140245547013435
Binary1000110111011100010110000010100101101100111000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,6,113); }

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

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

 a { background-color: rgb(141,6,113); }

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

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

 span { border-color: rgb(141,6,113); }

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