#8A0349

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

Shades of Eggplant #8A0349

Tints of Eggplant #8A0349

Color information

#8A0349 (or 0x8A0349) is unknown color: approx Eggplant. HEX triplet: 8A, 03 and 49. RGB value is (138,3,73). Sum of RGB (Red+Green+Blue) = 138+3+73=214 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.49% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0349 is #75FCB6. Grayscale: #333333. Windows color (decimal): -7732407 or 4785034. OLE color: 4785034.

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

Color convert

RGB138373-
CMYK00.980.470.46
HSL328.89º95.74%27.65%-
HSV(B)328.89º97.83%54.12%-
XYZ11.725.956.83-
YUV51.35140.23189.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 64.49%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=64.49%
G=1.40%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13837300.980.470.46328.8995.7427.65
Hex8A3490622F2E149601c
Octal21231110142575651114034
Binary1000101011100100101100010101111101110101001001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,3,73); }

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

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

 a { background-color: rgb(138,3,73); }

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

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

 span { border-color: rgb(138,3,73); }

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