#8D1169

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

Shades of Eggplant #8D1169

Tints of Eggplant #8D1169

Color information

#8D1169 (or 0x8D1169) is unknown color: approx Eggplant. HEX triplet: 8D, 11 and 69. RGB value is (141,17,105). Sum of RGB (Red+Green+Blue) = 141+17+105=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1169 is #72EE96. Grayscale: #3F3F3F. Windows color (decimal): -7532183 or 6885773. OLE color: 6885773.

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

Color convert

RGB14117105-
CMYK00.880.260.45
HSL317.42º78.48%30.98%-
HSV(B)317.42º87.94%55.29%-
XYZ13.737.0814.01-
YUV64.11151.08182.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.61%
GREEN value IS 17 (7.03% from 255) = 6.46%
BLUE value IS 105 (41.41% from 255) = 39.92%
R=53.61%
G=6.46%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411710500.880.260.45317.4278.4830.98
Hex8D11690581A2D13d4e1f
Octal215211510130325547511637
Binary100011011000111010010101100011010101101100111101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,17,105); }

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

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

 a { background-color: rgb(141,17,105); }

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

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

 span { border-color: rgb(141,17,105); }

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