#8D1763

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

Shades of Eggplant #8D1763

Tints of Eggplant #8D1763

Color information

#8D1763 (or 0x8D1763) is unknown color: approx Eggplant. HEX triplet: 8D, 17 and 63. RGB value is (141,23,99). Sum of RGB (Red+Green+Blue) = 141+23+99=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1763 is #72E89C. Grayscale: #424242. Windows color (decimal): -7530653 or 6494093. OLE color: 6494093.

HSL color Cylindrical-coordinate representation of color #8D1763: hue angle of 321.36º 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 #8D1763 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB1412399-
CMYK00.840.300.45
HSL321.36º71.95%32.16%-
HSV(B)321.36º83.69%55.29%-
XYZ13.547.1812.48-
YUV66.95146.09180.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.61%
GREEN value IS 23 (9.38% from 255) = 8.75%
BLUE value IS 99 (39.06% from 255) = 37.64%
R=53.61%
G=8.75%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141239900.840.300.45321.3671.9532.16
Hex8D17630541E2D1414820
Octal215271430124365550111040
Binary1000110110111110001101010100111101011011010000011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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