#8A0B5D

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

Shades of Eggplant #8A0B5D

Tints of Eggplant #8A0B5D

Color information

#8A0B5D (or 0x8A0B5D) is unknown color: approx Eggplant. HEX triplet: 8A, 0B and 5D. RGB value is (138,11,93). Sum of RGB (Red+Green+Blue) = 138+11+93=242 (32% of max value = 765). Red value is 138 (54.30% from 255 or 57.02% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0B5D is #75F4A2. Grayscale: #3A3A3A. Windows color (decimal): -7730339 or 6097802. OLE color: 6097802.

HSL color Cylindrical-coordinate representation of color #8A0B5D: hue angle of 321.26º 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 #8A0B5D is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1381193-
CMYK00.920.330.46
HSL321.26º85.23%29.22%-
HSV(B)321.26º92.03%54.12%-
XYZ12.586.4310.93-
YUV58.32147.58184.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.02%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=57.02%
G=4.55%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138119300.920.330.46321.2685.2329.22
Hex8AB5D05C212E141551d
Octal212131350134415650112535
Binary100010101011101110101011100100001101110101000001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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