#8D0569

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

Shades of Eggplant #8D0569

Tints of Eggplant #8D0569

Color information

#8D0569 (or 0x8D0569) is unknown color: approx Eggplant. HEX triplet: 8D, 05 and 69. RGB value is (141,5,105). Sum of RGB (Red+Green+Blue) = 141+5+105=251 (33% of max value = 765). Red value is 141 (55.47% from 255 or 56.18% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0569 is #72FA96. Grayscale: #383838. Windows color (decimal): -7535255 or 6882701. OLE color: 6882701.

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

Color convert

RGB1415105-
CMYK00.960.260.45
HSL315.88º93.15%28.63%-
HSV(B)315.88º96.45%55.29%-
XYZ13.596.7913.96-
YUV57.06155.06187.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.18%
GREEN value IS 5 (2.34% from 255) = 1.99%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=56.18%
G=1.99%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141510500.960.260.45315.8893.1528.63
Hex8D5690601A2D13c5d1d
Octal21551510140325547413535
Binary1000110110111010010110000011010101101100111100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,5,105); }

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

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

 a { background-color: rgb(141,5,105); }

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

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

 span { border-color: rgb(141,5,105); }

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