#8D0770

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

Shades of Eggplant #8D0770

Tints of Eggplant #8D0770

Color information

#8D0770 (or 0x8D0770) is unknown color: approx Eggplant. HEX triplet: 8D, 07 and 70. RGB value is (141,7,112). Sum of RGB (Red+Green+Blue) = 141+7+112=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0770 is #72F88F. Grayscale: #3A3A3A. Windows color (decimal): -7534736 or 7341965. OLE color: 7341965.

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

Color convert

RGB1417112-
CMYK00.950.210.45
HSL312.99º90.54%29.02%-
HSV(B)312.99º95.04%55.29%-
XYZ13.996.9815.94-
YUV59.04157.89186.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.23%
GREEN value IS 7 (3.12% from 255) = 2.69%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=54.23%
G=2.69%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141711200.950.210.45312.9990.5429.02
Hex8D77005F152D1395b1d
Octal21571600137255547113335
Binary1000110111111100000101111110101101101100111001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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