#8A0860

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

Shades of Eggplant #8A0860

Tints of Eggplant #8A0860

Color information

#8A0860 (or 0x8A0860) is unknown color: approx Eggplant. HEX triplet: 8A, 08 and 60. RGB value is (138,8,96). Sum of RGB (Red+Green+Blue) = 138+8+96=242 (32% of max value = 765). Red value is 138 (54.30% from 255 or 57.02% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0860 is #75F79F. Grayscale: #383838. Windows color (decimal): -7731104 or 6293642. OLE color: 6293642.

HSL color Cylindrical-coordinate representation of color #8A0860: hue angle of 319.38º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0860 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB138896-
CMYK00.940.300.46
HSL319.38º89.04%28.63%-
HSV(B)319.38º94.2%54.12%-
XYZ12.686.4211.64-
YUV56.9150.07185.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.02%
GREEN value IS 8 (3.52% from 255) = 3.31%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=57.02%
G=3.31%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13889600.940.300.46319.3889.0428.63
Hex8A86005E1E2E13f591d
Octal212101400136365647713135
Binary10001010100011000000101111011110101110100111111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,8,96); }

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

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

 a { background-color: rgb(138,8,96); }

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

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

 span { border-color: rgb(138,8,96); }

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