#8A165F

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

Shades of Eggplant #8A165F

Tints of Eggplant #8A165F

Color information

#8A165F (or 0x8A165F) is unknown color: approx Eggplant. HEX triplet: 8A, 16 and 5F. RGB value is (138,22,95). Sum of RGB (Red+Green+Blue) = 138+22+95=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A165F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A165F is #75E9A0. Grayscale: #404040. Windows color (decimal): -7727521 or 6231690. OLE color: 6231690.

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

Color convert

RGB1382295-
CMYK00.840.310.46
HSL322.24º72.5%31.37%-
HSV(B)322.24º84.06%54.12%-
XYZ12.836.811.46-
YUV65.01144.93180.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.12%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=54.12%
G=8.63%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138229500.840.310.46322.2472.531.37
Hex8A165F0541F2E142481f
Octal212261370124375650211037
Binary100010101011010111110101010011111101110101000010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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