#8D025A

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

Shades of Eggplant #8D025A

Tints of Eggplant #8D025A

Color information

#8D025A (or 0x8D025A) is unknown color: approx Eggplant. HEX triplet: 8D, 02 and 5A. RGB value is (141,2,90). Sum of RGB (Red+Green+Blue) = 141+2+90=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D025A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D025A is #72FDA5. Grayscale: #353535. Windows color (decimal): -7536038 or 5898893. OLE color: 5898893.

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

Color convert

RGB141290-
CMYK00.990.360.45
HSL322.01º97.2%28.04%-
HSV(B)322.01º98.58%55.29%-
XYZ12.856.4410.24-
YUV53.59148.55190.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.52%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=60.52%
G=0.86%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14129000.990.360.45322.0197.228.04
Hex8D25A063242D142611c
Octal21521320143445550214134
Binary1000110110101101001100011100100101101101000010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,2,90); }

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

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

 a { background-color: rgb(141,2,90); }

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

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

 span { border-color: rgb(141,2,90); }

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