#8D0953

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

Shades of Eggplant #8D0953

Tints of Eggplant #8D0953

Color information

#8D0953 (or 0x8D0953) is unknown color: approx Eggplant. HEX triplet: 8D, 09 and 53. RGB value is (141,9,83). Sum of RGB (Red+Green+Blue) = 141+9+83=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0953 is #72F6AC. Grayscale: #383838. Windows color (decimal): -7534253 or 5441933. OLE color: 5441933.

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

Color convert

RGB141983-
CMYK00.940.410.45
HSL326.36º88%29.41%-
HSV(B)326.36º93.62%55.29%-
XYZ12.646.488.77-
YUV56.9142.73187.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 60.52%
GREEN value IS 9 (3.91% from 255) = 3.86%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=60.52%
G=3.86%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14198300.940.410.45326.368829.41
Hex8D95305E292D146581d
Octal215111230136515550613035
Binary100011011001101001101011110101001101101101000110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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