#8D1468

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

Shades of Eggplant #8D1468

Tints of Eggplant #8D1468

Color information

#8D1468 (or 0x8D1468) is unknown color: approx Eggplant. HEX triplet: 8D, 14 and 68. RGB value is (141,20,104). Sum of RGB (Red+Green+Blue) = 141+20+104=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1468 is #72EB97. Grayscale: #414141. Windows color (decimal): -7531416 or 6821005. OLE color: 6821005.

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

Color convert

RGB14120104-
CMYK00.860.260.45
HSL318.35º75.16%31.57%-
HSV(B)318.35º85.82%55.29%-
XYZ13.737.1613.76-
YUV65.76149.59181.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.21%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=53.21%
G=7.55%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412010400.860.260.45318.3575.1631.57
Hex8D14680561A2D13e4b20
Octal215241500126325547611340
Binary1000110110100110100001010110110101011011001111101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,20,104); }

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

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

 a { background-color: rgb(141,20,104); }

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

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

 span { border-color: rgb(141,20,104); }

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