#8D056C

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

Shades of Eggplant #8D056C

Tints of Eggplant #8D056C

Color information

#8D056C (or 0x8D056C) is unknown color: approx Eggplant. HEX triplet: 8D, 05 and 6C. RGB value is (141,5,108). Sum of RGB (Red+Green+Blue) = 141+5+108=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D056C is #72FA93. Grayscale: #393939. Windows color (decimal): -7535252 or 7079309. OLE color: 7079309.

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

Color convert

RGB1415108-
CMYK00.960.230.45
HSL314.56º93.15%28.63%-
HSV(B)314.56º96.45%55.29%-
XYZ13.756.8514.79-
YUV57.41156.56187.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.51%
GREEN value IS 5 (2.34% from 255) = 1.97%
BLUE value IS 108 (42.58% from 255) = 42.52%
R=55.51%
G=1.97%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141510800.960.230.45314.5693.1528.63
Hex8D56C060172D13b5d1d
Octal21551540140275547313535
Binary1000110110111011000110000010111101101100111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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