#8A1363

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

Shades of Eggplant #8A1363

Tints of Eggplant #8A1363

Color information

#8A1363 (or 0x8A1363) is unknown color: approx Eggplant. HEX triplet: 8A, 13 and 63. RGB value is (138,19,99). Sum of RGB (Red+Green+Blue) = 138+19+99=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1363 is #75EC9C. Grayscale: #3F3F3F. Windows color (decimal): -7728285 or 6493066. OLE color: 6493066.

HSL color Cylindrical-coordinate representation of color #8A1363: hue angle of 319.66º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1363 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1381999-
CMYK00.860.280.46
HSL319.66º75.8%30.78%-
HSV(B)319.66º86.23%54.12%-
XYZ12.976.7712.43-
YUV63.7147.92181-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.91%
GREEN value IS 19 (7.81% from 255) = 7.42%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=53.91%
G=7.42%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138199900.860.280.46319.6675.830.78
Hex8A13630561C2E1404c1f
Octal212231430126345650011437
Binary100010101001111000110101011011100101110101000000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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