#8D0452

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

Shades of Eggplant #8D0452

Tints of Eggplant #8D0452

Color information

#8D0452 (or 0x8D0452) is unknown color: approx Eggplant. HEX triplet: 8D, 04 and 52. RGB value is (141,4,82). Sum of RGB (Red+Green+Blue) = 141+4+82=227 (30% of max value = 765). Red value is 141 (55.47% from 255 or 62.11% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0452 is #72FBAD. Grayscale: #353535. Windows color (decimal): -7535534 or 5375117. OLE color: 5375117.

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

Color convert

RGB141482-
CMYK00.970.420.45
HSL325.84º94.48%28.43%-
HSV(B)325.84º97.16%55.29%-
XYZ12.556.368.55-
YUV53.86143.89190.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.11%
GREEN value IS 4 (1.95% from 255) = 1.76%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=62.11%
G=1.76%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14148200.970.420.45325.8494.4828.43
Hex8D4520612A2D1465e1c
Octal21541220141525550613634
Binary10001101100101001001100001101010101101101000110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,4,82); }

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

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

 a { background-color: rgb(141,4,82); }

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

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

 span { border-color: rgb(141,4,82); }

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