#8D075A

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

Shades of Eggplant #8D075A

Tints of Eggplant #8D075A

Color information

#8D075A (or 0x8D075A) is unknown color: approx Eggplant. HEX triplet: 8D, 07 and 5A. RGB value is (141,7,90). Sum of RGB (Red+Green+Blue) = 141+7+90=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D075A is #72F8A5. Grayscale: #383838. Windows color (decimal): -7534758 or 5900173. OLE color: 5900173.

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

Color convert

RGB141790-
CMYK00.950.360.45
HSL322.84º90.54%29.02%-
HSV(B)322.84º95.04%55.29%-
XYZ12.916.5510.26-
YUV56.53146.89188.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 59.24%
GREEN value IS 7 (3.12% from 255) = 2.94%
BLUE value IS 90 (35.55% from 255) = 37.82%
R=59.24%
G=2.94%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14179000.950.360.45322.8490.5429.02
Hex8D75A05F242D1435b1d
Octal21571320137445550313335
Binary10001101111101101001011111100100101101101000011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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