#8A056E

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

Shades of Eggplant #8A056E

Tints of Eggplant #8A056E

Color information

#8A056E (or 0x8A056E) is unknown color: approx Eggplant. HEX triplet: 8A, 05 and 6E. RGB value is (138,5,110). Sum of RGB (Red+Green+Blue) = 138+5+110=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A056E is #75FA91. Grayscale: #383838. Windows color (decimal): -7731858 or 7210378. OLE color: 7210378.

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

Color convert

RGB1385110-
CMYK00.960.200.46
HSL312.63º93.01%28.04%-
HSV(B)312.63º96.38%54.12%-
XYZ13.356.6415.33-
YUV56.74158.06185.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.55%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 110 (43.36% from 255) = 43.48%
R=54.55%
G=1.98%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138511000.960.200.46312.6393.0128.04
Hex8A56E060142E1395d1c
Octal21251560140245647113534
Binary1000101010111011100110000010100101110100111001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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