#8C0265

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

Shades of Eggplant #8C0265

Tints of Eggplant #8C0265

Color information

#8C0265 (or 0x8C0265) is unknown color: approx Eggplant. HEX triplet: 8C, 02 and 65. RGB value is (140,2,101). Sum of RGB (Red+Green+Blue) = 140+2+101=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0265 is #73FD9A. Grayscale: #363636. Windows color (decimal): -7601563 or 6619788. OLE color: 6619788.

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

Color convert

RGB1402101-
CMYK00.990.280.45
HSL316.96º97.18%27.84%-
HSV(B)316.96º98.57%54.9%-
XYZ13.196.5612.88-
YUV54.55154.22188.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 57.61%
GREEN value IS 2 (1.17% from 255) = 0.82%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=57.61%
G=0.82%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140210100.990.280.45316.9697.1827.84
Hex8C2650631C2D13d611c
Octal21421450143345547514134
Binary100011001011001010110001111100101101100111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,2,101); }

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

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

 a { background-color: rgb(140,2,101); }

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

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

 span { border-color: rgb(140,2,101); }

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