#8A054F

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

Shades of Eggplant #8A054F

Tints of Eggplant #8A054F

Color information

#8A054F (or 0x8A054F) is unknown color: approx Eggplant. HEX triplet: 8A, 05 and 4F. RGB value is (138,5,79). Sum of RGB (Red+Green+Blue) = 138+5+79=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A054F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A054F is #75FAB0. Grayscale: #353535. Windows color (decimal): -7731889 or 5178762. OLE color: 5178762.

HSL color Cylindrical-coordinate representation of color #8A054F: hue angle of 326.62º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A054F is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB138579-
CMYK00.960.430.46
HSL326.62º93.01%28.04%-
HSV(B)326.62º96.38%54.12%-
XYZ11.956.087.94-
YUV53.2142.56188.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 62.16%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 79 (31.25% from 255) = 35.59%
R=62.16%
G=2.25%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13857900.960.430.46326.6293.0128.04
Hex8A54F0602B2E1475d1c
Octal21251170140535650713534
Binary10001010101100111101100000101011101110101000111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,5,79); }

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

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

 a { background-color: rgb(138,5,79); }

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

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

 span { border-color: rgb(138,5,79); }

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