#8D1761

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

Shades of Eggplant #8D1761

Tints of Eggplant #8D1761

Color information

#8D1761 (or 0x8D1761) is unknown color: approx Eggplant. HEX triplet: 8D, 17 and 61. RGB value is (141,23,97). Sum of RGB (Red+Green+Blue) = 141+23+97=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1761 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1761 is #72E89E. Grayscale: #424242. Windows color (decimal): -7530655 or 6363021. OLE color: 6363021.

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

Color convert

RGB1412397-
CMYK00.840.310.45
HSL322.37º71.95%32.16%-
HSV(B)322.37º83.69%55.29%-
XYZ13.457.1411.98-
YUV66.72145.09180.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.02%
GREEN value IS 23 (9.38% from 255) = 8.81%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=54.02%
G=8.81%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141239700.840.310.45322.3771.9532.16
Hex8D17610541F2D1424820
Octal215271410124375550211040
Binary1000110110111110000101010100111111011011010000101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,23,97); }

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

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

 a { background-color: rgb(141,23,97); }

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

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

 span { border-color: rgb(141,23,97); }

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