#8A0A5F

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

Shades of Eggplant #8A0A5F

Tints of Eggplant #8A0A5F

Color information

#8A0A5F (or 0x8A0A5F) is unknown color: approx Eggplant. HEX triplet: 8A, 0A and 5F. RGB value is (138,10,95). Sum of RGB (Red+Green+Blue) = 138+10+95=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0A5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0A5F is #75F5A0. Grayscale: #393939. Windows color (decimal): -7730593 or 6228618. OLE color: 6228618.

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

Color convert

RGB1381095-
CMYK00.930.310.46
HSL320.16º86.49%29.02%-
HSV(B)320.16º92.75%54.12%-
XYZ12.666.4511.4-
YUV57.96148.91185.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.79%
GREEN value IS 10 (4.30% from 255) = 4.12%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=56.79%
G=4.12%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138109500.930.310.46320.1686.4929.02
Hex8AA5F05D1F2E140561d
Octal212121370135375650012635
Binary10001010101010111110101110111111101110101000000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,10,95); }

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

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

 a { background-color: rgb(138,10,95); }

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

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

 span { border-color: rgb(138,10,95); }

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