#8C0172

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

Shades of Eggplant #8C0172

Tints of Eggplant #8C0172

Color information

#8C0172 (or 0x8C0172) is unknown color: approx Eggplant. HEX triplet: 8C, 01 and 72. RGB value is (140,1,114). Sum of RGB (Red+Green+Blue) = 140+1+114=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0172 is #73FE8D. Grayscale: #373737. Windows color (decimal): -7601806 or 7471500. OLE color: 7471500.

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

Color convert

RGB1401114-
CMYK00.990.190.45
HSL311.22º98.58%27.65%-
HSV(B)311.22º99.29%54.9%-
XYZ13.866.8116.5-
YUV55.44161.05188.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.90%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=54.90%
G=0.39%
B=44.71%

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
Decimal140111400.990.190.45311.2298.5827.65
Hex8C172063132D137631c
Octal21411620143235546714334
Binary10001100111100100110001110011101101100110111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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