#8C0573

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

Shades of Eggplant #8C0573

Tints of Eggplant #8C0573

Color information

#8C0573 (or 0x8C0573) is unknown color: approx Eggplant. HEX triplet: 8C, 05 and 73. RGB value is (140,5,115). Sum of RGB (Red+Green+Blue) = 140+5+115=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0573 is #73FA8C. Grayscale: #393939. Windows color (decimal): -7600781 or 7538060. OLE color: 7538060.

HSL color Cylindrical-coordinate representation of color #8C0573: hue angle of 311.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0573 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB1405115-
CMYK00.960.180.45
HSL311.11º93.1%28.43%-
HSV(B)311.11º96.43%54.9%-
XYZ13.966.9216.82-
YUV57.9160.23186.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.85%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=53.85%
G=1.92%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140511500.960.180.45311.1193.128.43
Hex8C573060122D1375d1c
Octal21451630140225546713534
Binary1000110010111100110110000010010101101100110111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,5,115); }

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

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

 a { background-color: rgb(140,5,115); }

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

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

 span { border-color: rgb(140,5,115); }

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