#8A065F

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

Shades of Eggplant #8A065F

Tints of Eggplant #8A065F

Color information

#8A065F (or 0x8A065F) is unknown color: approx Eggplant. HEX triplet: 8A, 06 and 5F. RGB value is (138,6,95). Sum of RGB (Red+Green+Blue) = 138+6+95=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A065F is #75F9A0. Grayscale: #373737. Windows color (decimal): -7731617 or 6227594. OLE color: 6227594.

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

Color convert

RGB138695-
CMYK00.960.310.46
HSL319.55º91.67%28.24%-
HSV(B)319.55º95.65%54.12%-
XYZ12.616.3611.39-
YUV55.61150.23186.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.74%
GREEN value IS 6 (2.73% from 255) = 2.51%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=57.74%
G=2.51%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13869500.960.310.46319.5591.6728.24
Hex8A65F0601F2E1405c1c
Octal21261370140375650013434
Binary1000101011010111110110000011111101110101000000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A065F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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