#8D1363

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

Shades of Eggplant #8D1363

Tints of Eggplant #8D1363

Color information

#8D1363 (or 0x8D1363) is unknown color: approx Eggplant. HEX triplet: 8D, 13 and 63. RGB value is (141,19,99). Sum of RGB (Red+Green+Blue) = 141+19+99=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1363 is #72EC9C. Grayscale: #404040. Windows color (decimal): -7531677 or 6493069. OLE color: 6493069.

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

Color convert

RGB1411999-
CMYK00.870.300.45
HSL320.66º76.25%31.37%-
HSV(B)320.66º86.52%55.29%-
XYZ13.477.0312.45-
YUV64.6147.42182.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 54.44%
GREEN value IS 19 (7.81% from 255) = 7.34%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=54.44%
G=7.34%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141199900.870.300.45320.6676.2531.37
Hex8D13630571E2D1414c1f
Octal215231430127365550111437
Binary100011011001111000110101011111110101101101000001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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