#8D0E6D

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

Shades of Eggplant #8D0E6D

Tints of Eggplant #8D0E6D

Color information

#8D0E6D (or 0x8D0E6D) is unknown color: approx Eggplant. HEX triplet: 8D, 0E and 6D. RGB value is (141,14,109). Sum of RGB (Red+Green+Blue) = 141+14+109=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0E6D is #72F192. Grayscale: #3E3E3E. Windows color (decimal): -7532947 or 7147149. OLE color: 7147149.

HSL color Cylindrical-coordinate representation of color #8D0E6D: hue angle of 315.12º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E6D is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB14114109-
CMYK00.900.230.45
HSL315.12º81.94%30.39%-
HSV(B)315.12º90.07%55.29%-
XYZ13.97.0815.1-
YUV62.8154.08183.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.41%
GREEN value IS 14 (5.86% from 255) = 5.30%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=53.41%
G=5.30%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411410900.900.230.45315.1281.9430.39
Hex8DE6D05A172D13b521e
Octal215161550132275547312236
Binary10001101111011011010101101010111101101100111011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,14,109); }

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

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

 a { background-color: rgb(141,14,109); }

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

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

 span { border-color: rgb(141,14,109); }

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