#8D056A

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

Shades of Eggplant #8D056A

Tints of Eggplant #8D056A

Color information

#8D056A (or 0x8D056A) is unknown color: approx Eggplant. HEX triplet: 8D, 05 and 6A. RGB value is (141,5,106). Sum of RGB (Red+Green+Blue) = 141+5+106=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D056A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D056A is #72FA95. Grayscale: #383838. Windows color (decimal): -7535254 or 6948237. OLE color: 6948237.

HSL color Cylindrical-coordinate representation of color #8D056A: hue angle of 315.44º degrees, saturation: 0.93, 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 #8D056A is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB1415106-
CMYK00.960.250.45
HSL315.44º93.15%28.63%-
HSV(B)315.44º96.45%55.29%-
XYZ13.646.8114.23-
YUV57.18155.56187.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.95%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=55.95%
G=1.98%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141510600.960.250.45315.4493.1528.63
Hex8D56A060192D13b5d1d
Octal21551520140315547313535
Binary1000110110111010100110000011001101101100111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,5,106); }

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

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

 a { background-color: rgb(141,5,106); }

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

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

 span { border-color: rgb(141,5,106); }

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