#8D0351

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

Shades of Eggplant #8D0351

Tints of Eggplant #8D0351

Color information

#8D0351 (or 0x8D0351) is unknown color: approx Eggplant. HEX triplet: 8D, 03 and 51. RGB value is (141,3,81). Sum of RGB (Red+Green+Blue) = 141+3+81=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0351 is #72FCAE. Grayscale: #343434. Windows color (decimal): -7535791 or 5309325. OLE color: 5309325.

HSL color Cylindrical-coordinate representation of color #8D0351: hue angle of 326.09º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D0351 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB141381-
CMYK00.980.430.45
HSL326.09º95.83%28.24%-
HSV(B)326.09º97.87%55.29%-
XYZ12.56.328.35-
YUV53.15143.72190.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.67%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 81 (32.03% from 255) = 36%
R=62.67%
G=1.33%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14138100.980.430.45326.0995.8328.24
Hex8D3510622B2D146601c
Octal21531210142535550614034
Binary1000110111101000101100010101011101101101000110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,3,81); }

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

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

 a { background-color: rgb(141,3,81); }

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

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

 span { border-color: rgb(141,3,81); }

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