#8A085F

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

Shades of Eggplant #8A085F

Tints of Eggplant #8A085F

Color information

#8A085F (or 0x8A085F) is unknown color: approx Eggplant. HEX triplet: 8A, 08 and 5F. RGB value is (138,8,95). Sum of RGB (Red+Green+Blue) = 138+8+95=241 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.26% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 138 - color contains mainly: red. Hex color #8A085F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A085F is #75F7A0. Grayscale: #383838. Windows color (decimal): -7731105 or 6228106. OLE color: 6228106.

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

Color convert

RGB138895-
CMYK00.940.310.46
HSL319.85º89.04%28.63%-
HSV(B)319.85º94.2%54.12%-
XYZ12.636.411.4-
YUV56.79149.57185.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.26%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 95 (37.5% from 255) = 39.42%
R=57.26%
G=3.32%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13889500.940.310.46319.8589.0428.63
Hex8A85F05E1F2E140591d
Octal212101370136375650013135
Binary10001010100010111110101111011111101110101000000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A085F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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