#8D0755

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

Shades of Eggplant #8D0755

Tints of Eggplant #8D0755

Color information

#8D0755 (or 0x8D0755) is unknown color: approx Eggplant. HEX triplet: 8D, 07 and 55. RGB value is (141,7,85). Sum of RGB (Red+Green+Blue) = 141+7+85=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0755 is #72F8AA. Grayscale: #373737. Windows color (decimal): -7534763 or 5572493. OLE color: 5572493.

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

Color convert

RGB141785-
CMYK00.950.400.45
HSL325.07º90.54%29.02%-
HSV(B)325.07º95.04%55.29%-
XYZ12.76.479.17-
YUV55.96144.39188.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.52%
GREEN value IS 7 (3.12% from 255) = 3.00%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=60.52%
G=3.00%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14178500.950.400.45325.0790.5429.02
Hex8D75505F282D1455b1d
Octal21571250137505550513335
Binary10001101111101010101011111101000101101101000101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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