#8A0560

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

Shades of Eggplant #8A0560

Tints of Eggplant #8A0560

Color information

#8A0560 (or 0x8A0560) is unknown color: approx Eggplant. HEX triplet: 8A, 05 and 60. RGB value is (138,5,96). Sum of RGB (Red+Green+Blue) = 138+5+96=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0560 is #75FA9F. Grayscale: #363636. Windows color (decimal): -7731872 or 6292874. OLE color: 6292874.

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

Color convert

RGB138596-
CMYK00.960.300.46
HSL318.95º93.01%28.04%-
HSV(B)318.95º96.38%54.12%-
XYZ12.656.3611.63-
YUV55.14151.06187.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.74%
GREEN value IS 5 (2.34% from 255) = 2.09%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=57.74%
G=2.09%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13859600.960.300.46318.9593.0128.04
Hex8A5600601E2E13f5d1c
Octal21251400140365647713534
Binary1000101010111000000110000011110101110100111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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