#8A054E

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

Shades of Eggplant #8A054E

Tints of Eggplant #8A054E

Color information

#8A054E (or 0x8A054E) is unknown color: approx Eggplant. HEX triplet: 8A, 05 and 4E. RGB value is (138,5,78). Sum of RGB (Red+Green+Blue) = 138+5+78=221 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.44% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 138 - color contains mainly: red. Hex color #8A054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A054E is #75FAB1. Grayscale: #343434. Windows color (decimal): -7731890 or 5113226. OLE color: 5113226.

HSL color Cylindrical-coordinate representation of color #8A054E: hue angle of 327.07º 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 #8A054E is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB138578-
CMYK00.960.430.46
HSL327.07º93.01%28.04%-
HSV(B)327.07º96.38%54.12%-
XYZ11.916.067.75-
YUV53.09142.06188.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 62.44%
GREEN value IS 5 (2.34% from 255) = 2.26%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=62.44%
G=2.26%
B=35.29%

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
Decimal13857800.960.430.46327.0793.0128.04
Hex8A54E0602B2E1475d1c
Octal21251160140535650713534
Binary10001010101100111001100000101011101110101000111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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