#8D025B

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

Shades of Eggplant #8D025B

Tints of Eggplant #8D025B

Color information

#8D025B (or 0x8D025B) is unknown color: approx Eggplant. HEX triplet: 8D, 02 and 5B. RGB value is (141,2,91). Sum of RGB (Red+Green+Blue) = 141+2+91=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D025B is #72FDA4. Grayscale: #353535. Windows color (decimal): -7536037 or 5964429. OLE color: 5964429.

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

Color convert

RGB141291-
CMYK00.990.350.45
HSL321.58º97.2%28.04%-
HSV(B)321.58º98.58%55.29%-
XYZ12.896.4610.47-
YUV53.71149.05190.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.26%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=60.26%
G=0.85%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14129100.990.350.45321.5897.228.04
Hex8D25B063232D142611c
Octal21521330143435550214134
Binary1000110110101101101100011100011101101101000010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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