#8E7491

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

Shades of Amethyst Smoke #8E7491

Tints of Amethyst Smoke #8E7491

Color information

#8E7491 (or 0x8E7491) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 74 and 91. RGB value is (142,116,145). Sum of RGB (Red+Green+Blue) = 142+116+145=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E7491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7491 is #718B6E. Grayscale: #7E7E7E. Windows color (decimal): -7441263 or 9532558. OLE color: 9532558.

HSL color Cylindrical-coordinate representation of color #8E7491: hue angle of 293.79º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E7491 is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB142116145-
CMYK0.020.200.43
HSL293.79º11.65%51.18%-
HSV(B)293.79º20%56.86%-
XYZ22.5120.2929.52-
YUV127.08138.11138.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.24%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 145 (57.03% from 255) = 35.98%
R=35.24%
G=28.78%
B=35.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421161450.020.200.43293.7911.6551.18
Hex8E749121402B126c33
Octal2161642212240534461463
Binary10001110111010010010001101010001010111001001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,116,145); }

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

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

 a { background-color: rgb(142,116,145); }

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

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

 span { border-color: rgb(142,116,145); }

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