#8D0753

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

Shades of Eggplant #8D0753

Tints of Eggplant #8D0753

Color information

#8D0753 (or 0x8D0753) is unknown color: approx Eggplant. HEX triplet: 8D, 07 and 53. RGB value is (141,7,83). Sum of RGB (Red+Green+Blue) = 141+7+83=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0753 is #72F8AC. Grayscale: #373737. Windows color (decimal): -7534765 or 5441421. OLE color: 5441421.

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

Color convert

RGB141783-
CMYK00.950.410.45
HSL325.97º90.54%29.02%-
HSV(B)325.97º95.04%55.29%-
XYZ12.626.448.76-
YUV55.73143.39188.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 61.04%
GREEN value IS 7 (3.12% from 255) = 3.03%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=61.04%
G=3.03%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14178300.950.410.45325.9790.5429.02
Hex8D75305F292D1465b1d
Octal21571230137515550613335
Binary10001101111101001101011111101001101101101000110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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