#8A065D

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

Shades of Eggplant #8A065D

Tints of Eggplant #8A065D

Color information

#8A065D (or 0x8A065D) is unknown color: approx Eggplant. HEX triplet: 8A, 06 and 5D. RGB value is (138,6,93). Sum of RGB (Red+Green+Blue) = 138+6+93=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A065D is #75F9A2. Grayscale: #373737. Windows color (decimal): -7731619 or 6096522. OLE color: 6096522.

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

Color convert

RGB138693-
CMYK00.960.330.46
HSL320.45º91.67%28.24%-
HSV(B)320.45º95.65%54.12%-
XYZ12.526.3210.92-
YUV55.39149.23186.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.23%
GREEN value IS 6 (2.73% from 255) = 2.53%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=58.23%
G=2.53%
B=39.24%

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
Decimal13869300.960.330.46320.4591.6728.24
Hex8A65D060212E1405c1c
Octal21261350140415650013434
Binary10001010110101110101100000100001101110101000000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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