#8D0C5E

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

Shades of Eggplant #8D0C5E

Tints of Eggplant #8D0C5E

Color information

#8D0C5E (or 0x8D0C5E) is unknown color: approx Eggplant. HEX triplet: 8D, 0C and 5E. RGB value is (141,12,94). Sum of RGB (Red+Green+Blue) = 141+12+94=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0C5E is #72F3A1. Grayscale: #3B3B3B. Windows color (decimal): -7533474 or 6163597. OLE color: 6163597.

HSL color Cylindrical-coordinate representation of color #8D0C5E: hue angle of 321.86º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D0C5E is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1411294-
CMYK00.910.330.45
HSL321.86º84.31%30%-
HSV(B)321.86º91.49%55.29%-
XYZ13.146.7311.2-
YUV59.92147.24185.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.09%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=57.09%
G=4.86%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141129400.910.330.45321.8684.3130
Hex8DC5E05B212D142541e
Octal215141360133415550212436
Binary100011011100101111001011011100001101101101000010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,12,94); }

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

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

 a { background-color: rgb(141,12,94); }

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

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

 span { border-color: rgb(141,12,94); }

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