#8D155D

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

Shades of Eggplant #8D155D

Tints of Eggplant #8D155D

Color information

#8D155D (or 0x8D155D) is unknown color: approx Eggplant. HEX triplet: 8D, 15 and 5D. RGB value is (141,21,93). Sum of RGB (Red+Green+Blue) = 141+21+93=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D155D is #72EAA2. Grayscale: #404040. Windows color (decimal): -7531171 or 6100365. OLE color: 6100365.

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

Color convert

RGB1412193-
CMYK00.850.340.45
HSL324º74.07%31.76%-
HSV(B)324º85.11%55.29%-
XYZ13.236.9911.01-
YUV65.09143.76182.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 55.29%
GREEN value IS 21 (8.59% from 255) = 8.24%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=55.29%
G=8.24%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141219300.850.340.4532474.0731.76
Hex8D155D055222D1444a20
Octal215251350125425550411240
Binary10001101101011011101010101011000101011011010001001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,21,93); }

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

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

 a { background-color: rgb(141,21,93); }

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

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

 span { border-color: rgb(141,21,93); }

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