#8A0670

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

Shades of Eggplant #8A0670

Tints of Eggplant #8A0670

Color information

#8A0670 (or 0x8A0670) is unknown color: approx Eggplant. HEX triplet: 8A, 06 and 70. RGB value is (138,6,112). Sum of RGB (Red+Green+Blue) = 138+6+112=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0670 is #75F98F. Grayscale: #393939. Windows color (decimal): -7731600 or 7341706. OLE color: 7341706.

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

Color convert

RGB1386112-
CMYK00.960.190.46
HSL311.82º91.67%28.24%-
HSV(B)311.82º95.65%54.12%-
XYZ13.476.715.91-
YUV57.55158.73185.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.91%
GREEN value IS 6 (2.73% from 255) = 2.34%
BLUE value IS 112 (44.14% from 255) = 43.75%
R=53.91%
G=2.34%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138611200.960.190.46311.8291.6728.24
Hex8A670060132E1385c1c
Octal21261600140235647013434
Binary1000101011011100000110000010011101110100111000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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