#8A0B52

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

Shades of Eggplant #8A0B52

Tints of Eggplant #8A0B52

Color information

#8A0B52 (or 0x8A0B52) is unknown color: approx Eggplant. HEX triplet: 8A, 0B and 52. RGB value is (138,11,82). Sum of RGB (Red+Green+Blue) = 138+11+82=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0B52 is #75F4AD. Grayscale: #383838. Windows color (decimal): -7730350 or 5376906. OLE color: 5376906.

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

Color convert

RGB1381182-
CMYK00.920.410.46
HSL326.46º85.23%29.22%-
HSV(B)326.46º92.03%54.12%-
XYZ12.126.258.55-
YUV57.07142.08185.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.74%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=59.74%
G=4.76%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138118200.920.410.46326.4685.2329.22
Hex8AB5205C292E146551d
Octal212131220134515650612535
Binary100010101011101001001011100101001101110101000110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,11,82); }

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

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

 a { background-color: rgb(138,11,82); }

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

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

 span { border-color: rgb(138,11,82); }

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