#8C1764

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

Shades of Eggplant #8C1764

Tints of Eggplant #8C1764

Color information

#8C1764 (or 0x8C1764) is unknown color: approx Eggplant. HEX triplet: 8C, 17 and 64. RGB value is (140,23,100). Sum of RGB (Red+Green+Blue) = 140+23+100=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1764 is #73E89B. Grayscale: #424242. Windows color (decimal): -7596188 or 6559628. OLE color: 6559628.

HSL color Cylindrical-coordinate representation of color #8C1764: hue angle of 320.51º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1764 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB14023100-
CMYK00.840.290.45
HSL320.51º71.78%31.96%-
HSV(B)320.51º83.57%54.9%-
XYZ13.427.1112.72-
YUV66.76146.76180.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.23%
GREEN value IS 23 (9.38% from 255) = 8.75%
BLUE value IS 100 (39.45% from 255) = 38.02%
R=53.23%
G=8.75%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402310000.840.290.45320.5171.7831.96
Hex8C17640541D2D1414820
Octal214271440124355550111040
Binary1000110010111110010001010100111011011011010000011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,23,100); }

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

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

 a { background-color: rgb(140,23,100); }

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

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

 span { border-color: rgb(140,23,100); }

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