#8A0964

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

Shades of Eggplant #8A0964

Tints of Eggplant #8A0964

Color information

#8A0964 (or 0x8A0964) is unknown color: approx Eggplant. HEX triplet: 8A, 09 and 64. RGB value is (138,9,100). Sum of RGB (Red+Green+Blue) = 138+9+100=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0964 is #75F69B. Grayscale: #393939. Windows color (decimal): -7730844 or 6556042. OLE color: 6556042.

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

Color convert

RGB1389100-
CMYK00.930.280.46
HSL317.67º87.76%28.82%-
HSV(B)317.67º93.48%54.12%-
XYZ12.886.5212.64-
YUV57.94151.74185.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.87%
GREEN value IS 9 (3.91% from 255) = 3.64%
BLUE value IS 100 (39.45% from 255) = 40.49%
R=55.87%
G=3.64%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138910000.930.280.46317.6787.7628.82
Hex8A96405D1C2E13e581d
Octal212111440135345647613035
Binary10001010100111001000101110111100101110100111110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,9,100); }

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

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

 a { background-color: rgb(138,9,100); }

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

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

 span { border-color: rgb(138,9,100); }

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