#8D035C

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

Shades of Eggplant #8D035C

Tints of Eggplant #8D035C

Color information

#8D035C (or 0x8D035C) is unknown color: approx Eggplant. HEX triplet: 8D, 03 and 5C. RGB value is (141,3,92). Sum of RGB (Red+Green+Blue) = 141+3+92=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D035C is #72FCA3. Grayscale: #363636. Windows color (decimal): -7535780 or 6030221. OLE color: 6030221.

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

Color convert

RGB141392-
CMYK00.980.350.45
HSL321.3º95.83%28.24%-
HSV(B)321.3º97.87%55.29%-
XYZ12.956.510.7-
YUV54.41149.22189.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.75%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=59.75%
G=1.27%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14139200.980.350.45321.395.8328.24
Hex8D35C062232D141601c
Octal21531340142435550114034
Binary1000110111101110001100010100011101101101000001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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