#8D005C

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

Shades of Eggplant #8D005C

Tints of Eggplant #8D005C

Color information

#8D005C (or 0x8D005C) is unknown color: approx Eggplant. HEX triplet: 8D, 00 and 5C. RGB value is (141,0,92). Sum of RGB (Red+Green+Blue) = 141+0+92=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D005C is #72FFA3. Grayscale: #343434. Windows color (decimal): -7536548 or 6029453. OLE color: 6029453.

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

Color convert

RGB141092-
CMYK010.350.45
HSL320.85º100%27.65%-
HSV(B)320.85º100%55.29%-
XYZ12.926.4410.69-
YUV52.65150.21191.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=60.52%
G=0%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141092010.350.45320.8510027.65
Hex8D05C064232D141641c
Octal21501340144435550114434
Binary100011010101110001100100100011101101101000001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,0,92); }

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

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

 a { background-color: rgb(141,0,92); }

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

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

 span { border-color: rgb(141,0,92); }

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