#8A0D53

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

Shades of Eggplant #8A0D53

Tints of Eggplant #8A0D53

Color information

#8A0D53 (or 0x8A0D53) is unknown color: approx Eggplant. HEX triplet: 8A, 0D and 53. RGB value is (138,13,83). Sum of RGB (Red+Green+Blue) = 138+13+83=234 (30% of max value = 765). Red value is 138 (54.30% from 255 or 58.97% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0D53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0D53 is #75F2AC. Grayscale: #3A3A3A. Windows color (decimal): -7729837 or 5442954. OLE color: 5442954.

HSL color Cylindrical-coordinate representation of color #8A0D53: hue angle of 326.4º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0D53 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB1381383-
CMYK00.910.400.46
HSL326.4º82.78%29.61%-
HSV(B)326.4º90.58%54.12%-
XYZ12.196.328.76-
YUV58.36141.91184.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 58.97%
GREEN value IS 13 (5.47% from 255) = 5.56%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=58.97%
G=5.56%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138138300.910.400.46326.482.7829.61
Hex8AD5305B282E146531e
Octal212151230133505650612336
Binary100010101101101001101011011101000101110101000110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,13,83); }

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

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

 a { background-color: rgb(138,13,83); }

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

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

 span { border-color: rgb(138,13,83); }

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