#8A094F

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

Shades of Eggplant #8A094F

Tints of Eggplant #8A094F

Color information

#8A094F (or 0x8A094F) is unknown color: approx Eggplant. HEX triplet: 8A, 09 and 4F. RGB value is (138,9,79). Sum of RGB (Red+Green+Blue) = 138+9+79=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A094F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A094F is #75F6B0. Grayscale: #373737. Windows color (decimal): -7730865 or 5179786. OLE color: 5179786.

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

Color convert

RGB138979-
CMYK00.930.430.46
HSL327.44º87.76%28.82%-
HSV(B)327.44º93.48%54.12%-
XYZ11.996.167.95-
YUV55.55141.24186.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.06%
GREEN value IS 9 (3.91% from 255) = 3.98%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=61.06%
G=3.98%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13897900.930.430.46327.4487.7628.82
Hex8A94F05D2B2E147581d
Octal212111170135535650713035
Binary100010101001100111101011101101011101110101000111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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