#8A065C

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

Shades of Eggplant #8A065C

Tints of Eggplant #8A065C

Color information

#8A065C (or 0x8A065C) is unknown color: approx Eggplant. HEX triplet: 8A, 06 and 5C. RGB value is (138,6,92). Sum of RGB (Red+Green+Blue) = 138+6+92=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A065C is #75F9A3. Grayscale: #373737. Windows color (decimal): -7731620 or 6030986. OLE color: 6030986.

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

Color convert

RGB138692-
CMYK00.960.330.46
HSL320.91º91.67%28.24%-
HSV(B)320.91º95.65%54.12%-
XYZ12.486.3110.68-
YUV55.27148.73187.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.47%
GREEN value IS 6 (2.73% from 255) = 2.54%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=58.47%
G=2.54%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13869200.960.330.46320.9191.6728.24
Hex8A65C060212E1415c1c
Octal21261340140415650113434
Binary10001010110101110001100000100001101110101000001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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