#8A006F

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

Shades of Eggplant #8A006F

Tints of Eggplant #8A006F

Color information

#8A006F (or 0x8A006F) is unknown color: approx Eggplant. HEX triplet: 8A, 00 and 6F. RGB value is (138,0,111). Sum of RGB (Red+Green+Blue) = 138+0+111=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A006F is #75FF90. Grayscale: #353535. Windows color (decimal): -7733137 or 7274634. OLE color: 7274634.

HSL color Cylindrical-coordinate representation of color #8A006F: hue angle of 311.74º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A006F is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB1380111-
CMYK010.200.46
HSL311.74º100%27.06%-
HSV(B)311.74º100%54.12%-
XYZ13.356.5515.6-
YUV53.92160.22187.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 44.58%
R=55.42%
G=0%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1380111010.200.46311.7410027.06
Hex8A06F064142E138641b
Octal21201570144245647014433
Binary10001010011011110110010010100101110100111000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,0,111); }

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

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

 a { background-color: rgb(138,0,111); }

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

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

 span { border-color: rgb(138,0,111); }

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