#8C0171

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

Shades of Eggplant #8C0171

Tints of Eggplant #8C0171

Color information

#8C0171 (or 0x8C0171) is unknown color: approx Eggplant. HEX triplet: 8C, 01 and 71. RGB value is (140,1,113). Sum of RGB (Red+Green+Blue) = 140+1+113=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0171 is #73FE8E. Grayscale: #373737. Windows color (decimal): -7601807 or 7405964. OLE color: 7405964.

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

Color convert

RGB1401113-
CMYK00.990.190.45
HSL311.65º98.58%27.65%-
HSV(B)311.65º99.29%54.9%-
XYZ13.816.7916.21-
YUV55.33160.55188.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.12%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=55.12%
G=0.39%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140111300.990.190.45311.6598.5827.65
Hex8C171063132D138631c
Octal21411610143235547014334
Binary10001100111100010110001110011101101100111000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,1,113); }

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

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

 a { background-color: rgb(140,1,113); }

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

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

 span { border-color: rgb(140,1,113); }

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