#8A065A

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

Shades of Eggplant #8A065A

Tints of Eggplant #8A065A

Color information

#8A065A (or 0x8A065A) is unknown color: approx Eggplant. HEX triplet: 8A, 06 and 5A. RGB value is (138,6,90). Sum of RGB (Red+Green+Blue) = 138+6+90=234 (30% of max value = 765). Red value is 138 (54.30% from 255 or 58.97% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 138 - color contains mainly: red. Hex color #8A065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A065A is #75F9A5. Grayscale: #363636. Windows color (decimal): -7731622 or 5899914. OLE color: 5899914.

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

Color convert

RGB138690-
CMYK00.960.350.46
HSL321.82º91.67%28.24%-
HSV(B)321.82º95.65%54.12%-
XYZ12.396.2710.23-
YUV55.04147.73187.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.97%
GREEN value IS 6 (2.73% from 255) = 2.56%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=58.97%
G=2.56%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13869000.960.350.46321.8291.6728.24
Hex8A65A060232E1425c1c
Octal21261320140435650213434
Binary10001010110101101001100000100011101110101000010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,6,90); }

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

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

 a { background-color: rgb(138,6,90); }

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

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

 span { border-color: rgb(138,6,90); }

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