#8D0760

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

Shades of Eggplant #8D0760

Tints of Eggplant #8D0760

Color information

#8D0760 (or 0x8D0760) is unknown color: approx Eggplant. HEX triplet: 8D, 07 and 60. RGB value is (141,7,96). Sum of RGB (Red+Green+Blue) = 141+7+96=244 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.79% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0760 is #72F89F. Grayscale: #383838. Windows color (decimal): -7534752 or 6293389. OLE color: 6293389.

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

Color convert

RGB141796-
CMYK00.950.320.45
HSL320.15º90.54%29.02%-
HSV(B)320.15º95.04%55.29%-
XYZ13.176.6611.66-
YUV57.21149.89187.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 57.79%
GREEN value IS 7 (3.12% from 255) = 2.87%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=57.79%
G=2.87%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14179600.950.320.45320.1590.5429.02
Hex8D76005F202D1405b1d
Octal21571400137405550013335
Binary10001101111110000001011111100000101101101000000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,7,96); }

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

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

 a { background-color: rgb(141,7,96); }

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

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

 span { border-color: rgb(141,7,96); }

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