#8c165d

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

Shades of Eggplant #8C165D

Tints of Eggplant #8C165D

Color information

#8C165D (or 0x8C165D) is unknown color: approx Eggplant. HEX triplet: 8C, 16 and 5D. RGB value is (140,22,93). Sum of RGB (Red+Green+Blue) = 140+22+93=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C165D is #73E9A2. Grayscale: #414141. Windows color (decimal): -7596451 or 6100620. OLE color: 6100620.

HSL color Cylindrical-coordinate representation of color #8C165D: hue angle of 323.9º degrees, saturation: 0.73, 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 #8C165D is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1402293-
CMYK00.840.340.45
HSL323.9º72.84%31.76%-
HSV(B)323.9º84.29%54.9%-
XYZ13.086.9411.01-
YUV65.38143.59181.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.90%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=54.90%
G=8.63%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140229300.840.340.45323.972.8431.76
Hex8C165D054222D1444920
Octal214261350124425550411140
Binary10001100101101011101010101001000101011011010001001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c165d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,22,93); }

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

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

 a { background-color: rgb(140,22,93); }

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

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

 span { border-color: rgb(140,22,93); }

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