#8A1563

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

Shades of Eggplant #8A1563

Tints of Eggplant #8A1563

Color information

#8A1563 (or 0x8A1563) is unknown color: approx Eggplant. HEX triplet: 8A, 15 and 63. RGB value is (138,21,99). Sum of RGB (Red+Green+Blue) = 138+21+99=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1563 is #75EA9C. Grayscale: #404040. Windows color (decimal): -7727773 or 6493578. OLE color: 6493578.

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

Color convert

RGB1382199-
CMYK00.850.280.46
HSL320º73.58%31.18%-
HSV(B)320º84.78%54.12%-
XYZ136.8412.44-
YUV64.88147.26180.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.49%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 99 (39.06% from 255) = 38.37%
R=53.49%
G=8.14%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138219900.850.280.4632073.5831.18
Hex8A15630551C2E1404a1f
Octal212251430125345650011237
Binary100010101010111000110101010111100101110101000000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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