#8A024D

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

Shades of Eggplant #8A024D

Tints of Eggplant #8A024D

Color information

#8A024D (or 0x8A024D) is unknown color: approx Eggplant. HEX triplet: 8A, 02 and 4D. RGB value is (138,2,77). Sum of RGB (Red+Green+Blue) = 138+2+77=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A024D is #75FDB2. Grayscale: #333333. Windows color (decimal): -7732659 or 5046922. OLE color: 5046922.

HSL color Cylindrical-coordinate representation of color #8A024D: hue angle of 326.91º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A024D is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB138277-
CMYK00.990.440.46
HSL326.91º97.14%27.45%-
HSV(B)326.91º98.55%54.12%-
XYZ11.845.987.55-
YUV51.21142.56189.9-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 63.59%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=63.59%
G=0.92%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13827700.990.440.46326.9197.1427.45
Hex8A24D0632C2E147611b
Octal21221150143545650714133
Binary1000101010100110101100011101100101110101000111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,2,77); }

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

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

 a { background-color: rgb(138,2,77); }

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

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

 span { border-color: rgb(138,2,77); }

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