#8A1257

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

Shades of Eggplant #8A1257

Tints of Eggplant #8A1257

Color information

#8A1257 (or 0x8A1257) is unknown color: approx Eggplant. HEX triplet: 8A, 12 and 57. RGB value is (138,18,87). Sum of RGB (Red+Green+Blue) = 138+18+87=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1257 is #75EDA8. Grayscale: #3D3D3D. Windows color (decimal): -7728553 or 5706378. OLE color: 5706378.

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

Color convert

RGB1381887-
CMYK00.870.370.46
HSL325.5º76.92%30.59%-
HSV(B)325.5º86.96%54.12%-
XYZ12.426.529.62-
YUV61.75142.26182.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.79%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 87 (34.38% from 255) = 35.80%
R=56.79%
G=7.41%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138188700.870.370.46325.576.9230.59
Hex8A1257057252E1464d1f
Octal212221270127455650611537
Binary1000101010010101011101010111100101101110101000110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,18,87); }

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

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

 a { background-color: rgb(138,18,87); }

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

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

 span { border-color: rgb(138,18,87); }

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