#8A155F

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

Shades of Eggplant #8A155F

Tints of Eggplant #8A155F

Color information

#8A155F (or 0x8A155F) is unknown color: approx Eggplant. HEX triplet: 8A, 15 and 5F. RGB value is (138,21,95). Sum of RGB (Red+Green+Blue) = 138+21+95=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A155F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A155F is #75EAA0. Grayscale: #404040. Windows color (decimal): -7727777 or 6231434. OLE color: 6231434.

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

Color convert

RGB1382195-
CMYK00.850.310.46
HSL322.05º73.58%31.18%-
HSV(B)322.05º84.78%54.12%-
XYZ12.816.7711.46-
YUV64.42145.26180.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.33%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 95 (37.5% from 255) = 37.40%
R=54.33%
G=8.27%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138219500.850.310.46322.0573.5831.18
Hex8A155F0551F2E1424a1f
Octal212251370125375650211237
Binary100010101010110111110101010111111101110101000010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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