#8D0368

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

Shades of Eggplant #8D0368

Tints of Eggplant #8D0368

Color information

#8D0368 (or 0x8D0368) is unknown color: approx Eggplant. HEX triplet: 8D, 03 and 68. RGB value is (141,3,104). Sum of RGB (Red+Green+Blue) = 141+3+104=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0368 is #72FC97. Grayscale: #373737. Windows color (decimal): -7535768 or 6816653. OLE color: 6816653.

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

Color convert

RGB1413104-
CMYK00.980.260.45
HSL316.09º95.83%28.24%-
HSV(B)316.09º97.87%55.29%-
XYZ13.526.7313.68-
YUV55.78155.22188.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 56.85%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=56.85%
G=1.21%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141310400.980.260.45316.0995.8328.24
Hex8D3680621A2D13c601c
Octal21531500142325547414034
Binary100011011111010000110001011010101101100111100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,3,104); }

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

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

 a { background-color: rgb(141,3,104); }

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

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

 span { border-color: rgb(141,3,104); }

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