#8a145b

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

Shades of Eggplant #8A145B

Tints of Eggplant #8A145B

Color information

#8A145B (or 0x8A145B) is unknown color: approx Eggplant. HEX triplet: 8A, 14 and 5B. RGB value is (138,20,91). Sum of RGB (Red+Green+Blue) = 138+20+91=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A145B is #75EBA4. Grayscale: #3F3F3F. Windows color (decimal): -7728037 or 5969034. OLE color: 5969034.

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

Color convert

RGB1382091-
CMYK00.860.340.46
HSL323.9º74.68%30.98%-
HSV(B)323.9º85.51%54.12%-
XYZ12.626.6610.52-
YUV63.38143.59181.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.42%
GREEN value IS 20 (8.20% from 255) = 8.03%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=55.42%
G=8.03%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138209100.860.340.46323.974.6830.98
Hex8A145B056222E1444b1f
Octal212241330126425650411337
Binary1000101010100101101101010110100010101110101000100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a145b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,20,91); }

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

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

 a { background-color: rgb(138,20,91); }

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

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

 span { border-color: rgb(138,20,91); }

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