#8D0874

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

Shades of Eggplant #8D0874

Tints of Eggplant #8D0874

Color information

#8D0874 (or 0x8D0874) is unknown color: approx Eggplant. HEX triplet: 8D, 08 and 74. RGB value is (141,8,116). Sum of RGB (Red+Green+Blue) = 141+8+116=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0874 is #72F78B. Grayscale: #3B3B3B. Windows color (decimal): -7534476 or 7604365. OLE color: 7604365.

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

Color convert

RGB1418116-
CMYK00.940.180.45
HSL311.28º89.26%29.22%-
HSV(B)311.28º94.33%55.29%-
XYZ14.227.117.14-
YUV60.08159.56185.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.21%
GREEN value IS 8 (3.52% from 255) = 3.02%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=53.21%
G=3.02%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141811600.940.180.45311.2889.2629.22
Hex8D87405E122D137591d
Octal215101640136225546713135
Binary10001101100011101000101111010010101101100110111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,8,116); }

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

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

 a { background-color: rgb(141,8,116); }

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

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

 span { border-color: rgb(141,8,116); }

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