#8D0C5D

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

Shades of Eggplant #8D0C5D

Tints of Eggplant #8D0C5D

Color information

#8D0C5D (or 0x8D0C5D) is unknown color: approx Eggplant. HEX triplet: 8D, 0C and 5D. RGB value is (141,12,93). Sum of RGB (Red+Green+Blue) = 141+12+93=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0C5D is #72F3A2. Grayscale: #3B3B3B. Windows color (decimal): -7533475 or 6098061. OLE color: 6098061.

HSL color Cylindrical-coordinate representation of color #8D0C5D: hue angle of 322.33º 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 #8D0C5D is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1411293-
CMYK00.910.340.45
HSL322.33º84.31%30%-
HSV(B)322.33º91.49%55.29%-
XYZ13.096.7210.96-
YUV59.8146.74185.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.32%
GREEN value IS 12 (5.08% from 255) = 4.88%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=57.32%
G=4.88%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141129300.910.340.45322.3384.3130
Hex8DC5D05B222D142541e
Octal215141350133425550212436
Binary100011011100101110101011011100010101101101000010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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