#8A0C61

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

Shades of Eggplant #8A0C61

Tints of Eggplant #8A0C61

Color information

#8A0C61 (or 0x8A0C61) is unknown color: approx Eggplant. HEX triplet: 8A, 0C and 61. RGB value is (138,12,97). Sum of RGB (Red+Green+Blue) = 138+12+97=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0C61 is #75F39E. Grayscale: #3B3B3B. Windows color (decimal): -7730079 or 6360202. OLE color: 6360202.

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

Color convert

RGB1381297-
CMYK00.910.300.46
HSL319.52º84%29.41%-
HSV(B)319.52º91.3%54.12%-
XYZ12.776.5311.9-
YUV59.36149.24184.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.87%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=55.87%
G=4.86%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138129700.910.300.46319.528429.41
Hex8AC6105B1E2E140541d
Octal212141410133365650012435
Binary10001010110011000010101101111110101110101000000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,12,97); }

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

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

 a { background-color: rgb(138,12,97); }

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

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

 span { border-color: rgb(138,12,97); }

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