#8C016F

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

Shades of Eggplant #8C016F

Tints of Eggplant #8C016F

Color information

#8C016F (or 0x8C016F) is unknown color: approx Eggplant. HEX triplet: 8C, 01 and 6F. RGB value is (140,1,111). Sum of RGB (Red+Green+Blue) = 140+1+111=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C016F is #73FE90. Grayscale: #363636. Windows color (decimal): -7601809 or 7274892. OLE color: 7274892.

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

Color convert

RGB1401111-
CMYK00.990.210.45
HSL312.52º98.58%27.65%-
HSV(B)312.52º99.29%54.9%-
XYZ13.76.7415.62-
YUV55.1159.55188.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.56%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=55.56%
G=0.40%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140111100.990.210.45312.5298.5827.65
Hex8C16F063152D139631c
Octal21411570143255547114334
Binary10001100111011110110001110101101101100111001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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