#8A066E

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

Shades of Eggplant #8A066E

Tints of Eggplant #8A066E

Color information

#8A066E (or 0x8A066E) is unknown color: approx Eggplant. HEX triplet: 8A, 06 and 6E. RGB value is (138,6,110). Sum of RGB (Red+Green+Blue) = 138+6+110=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A066E is #75F991. Grayscale: #393939. Windows color (decimal): -7731602 or 7210634. OLE color: 7210634.

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

Color convert

RGB1386110-
CMYK00.960.200.46
HSL312.73º91.67%28.24%-
HSV(B)312.73º95.65%54.12%-
XYZ13.366.6615.33-
YUV57.32157.73185.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.33%
GREEN value IS 6 (2.73% from 255) = 2.36%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=54.33%
G=2.36%
B=43.31%

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
Decimal138611000.960.200.46312.7391.6728.24
Hex8A66E060142E1395c1c
Octal21261560140245647113434
Binary1000101011011011100110000010100101110100111001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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