#8D1067

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

Shades of Eggplant #8D1067

Tints of Eggplant #8D1067

Color information

#8D1067 (or 0x8D1067) is unknown color: approx Eggplant. HEX triplet: 8D, 10 and 67. RGB value is (141,16,103). Sum of RGB (Red+Green+Blue) = 141+16+103=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1067 is #72EF98. Grayscale: #3F3F3F. Windows color (decimal): -7532441 or 6754445. OLE color: 6754445.

HSL color Cylindrical-coordinate representation of color #8D1067: hue angle of 318.24º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1067 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB14116103-
CMYK00.890.270.45
HSL318.24º79.62%30.78%-
HSV(B)318.24º88.65%55.29%-
XYZ13.627.0113.47-
YUV63.29150.41183.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.23%
GREEN value IS 16 (6.64% from 255) = 6.15%
BLUE value IS 103 (40.62% from 255) = 39.62%
R=54.23%
G=6.15%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411610300.890.270.45318.2479.6230.78
Hex8D10670591B2D13e501f
Octal215201470131335547612037
Binary100011011000011001110101100111011101101100111110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,16,103); }

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

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

 a { background-color: rgb(141,16,103); }

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

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

 span { border-color: rgb(141,16,103); }

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