#8D0453

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

Shades of Eggplant #8D0453

Tints of Eggplant #8D0453

Color information

#8D0453 (or 0x8D0453) is unknown color: approx Eggplant. HEX triplet: 8D, 04 and 53. RGB value is (141,4,83). Sum of RGB (Red+Green+Blue) = 141+4+83=228 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.84% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0453 is #72FBAC. Grayscale: #353535. Windows color (decimal): -7535533 or 5440653. OLE color: 5440653.

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

Color convert

RGB141483-
CMYK00.970.410.45
HSL325.4º94.48%28.43%-
HSV(B)325.4º97.16%55.29%-
XYZ12.596.378.75-
YUV53.97144.39190.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.84%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 83 (32.81% from 255) = 36.40%
R=61.84%
G=1.75%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14148300.970.410.45325.494.4828.43
Hex8D453061292D1455e1c
Octal21541230141515550513634
Binary10001101100101001101100001101001101101101000101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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