#8D165E

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

Shades of Eggplant #8D165E

Tints of Eggplant #8D165E

Color information

#8D165E (or 0x8D165E) is unknown color: approx Eggplant. HEX triplet: 8D, 16 and 5E. RGB value is (141,22,94). Sum of RGB (Red+Green+Blue) = 141+22+94=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D165E is #72E9A1. Grayscale: #414141. Windows color (decimal): -7530914 or 6166157. OLE color: 6166157.

HSL color Cylindrical-coordinate representation of color #8D165E: hue angle of 323.7º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D165E is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1412294-
CMYK00.840.330.45
HSL323.7º73.01%31.96%-
HSV(B)323.7º84.4%55.29%-
XYZ13.297.0411.25-
YUV65.79143.92181.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.86%
GREEN value IS 22 (8.98% from 255) = 8.56%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=54.86%
G=8.56%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141229400.840.330.45323.773.0131.96
Hex8D165E054212D1444920
Octal215261360124415550411140
Binary10001101101101011110010101001000011011011010001001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,22,94); }

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

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

 a { background-color: rgb(141,22,94); }

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

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

 span { border-color: rgb(141,22,94); }

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