#8D0272

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

Shades of Eggplant #8D0272

Tints of Eggplant #8D0272

Color information

#8D0272 (or 0x8D0272) is unknown color: approx Eggplant. HEX triplet: 8D, 02 and 72. RGB value is (141,2,114). Sum of RGB (Red+Green+Blue) = 141+2+114=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0272 is #72FD8D. Grayscale: #383838. Windows color (decimal): -7536014 or 7471757. OLE color: 7471757.

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

Color convert

RGB1412114-
CMYK00.990.190.45
HSL311.65º97.2%28.04%-
HSV(B)311.65º98.58%55.29%-
XYZ14.046.9216.52-
YUV56.33160.55188.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.86%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=54.86%
G=0.78%
B=44.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141211400.990.190.45311.6597.228.04
Hex8D272063132D138611c
Octal21521620143235547014134
Binary100011011011100100110001110011101101100111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,2,114); }

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

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

 a { background-color: rgb(141,2,114); }

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

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

 span { border-color: rgb(141,2,114); }

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