#8A035C

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

Shades of Eggplant #8A035C

Tints of Eggplant #8A035C

Color information

#8A035C (or 0x8A035C) is unknown color: approx Eggplant. HEX triplet: 8A, 03 and 5C. RGB value is (138,3,92). Sum of RGB (Red+Green+Blue) = 138+3+92=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A035C is #75FCA3. Grayscale: #353535. Windows color (decimal): -7732388 or 6030218. OLE color: 6030218.

HSL color Cylindrical-coordinate representation of color #8A035C: hue angle of 320.44º 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 #8A035C is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB138392-
CMYK00.980.330.46
HSL320.44º95.74%27.65%-
HSV(B)320.44º97.83%54.12%-
XYZ12.456.2410.67-
YUV53.51149.73188.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.23%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=59.23%
G=1.29%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13839200.980.330.46320.4495.7427.65
Hex8A35C062212E140601c
Octal21231340142415650014034
Binary1000101011101110001100010100001101110101000000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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