#8D036C

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

Shades of Eggplant #8D036C

Tints of Eggplant #8D036C

Color information

#8D036C (or 0x8D036C) is unknown color: approx Eggplant. HEX triplet: 8D, 03 and 6C. RGB value is (141,3,108). Sum of RGB (Red+Green+Blue) = 141+3+108=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D036C is #72FC93. Grayscale: #373737. Windows color (decimal): -7535764 or 7078797. OLE color: 7078797.

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

Color convert

RGB1413108-
CMYK00.980.230.45
HSL314.35º95.83%28.24%-
HSV(B)314.35º97.87%55.29%-
XYZ13.726.8114.78-
YUV56.23157.22188.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.95%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=55.95%
G=1.19%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141310800.980.230.45314.3595.8328.24
Hex8D36C062172D13a601c
Octal21531540142275547214034
Binary100011011111011000110001010111101101100111010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,3,108); }

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

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

 a { background-color: rgb(141,3,108); }

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

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

 span { border-color: rgb(141,3,108); }

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