#8E7293

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

Shades of Amethyst Smoke #8E7293

Tints of Amethyst Smoke #8E7293

Color information

#8E7293 (or 0x8E7293) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 72 and 93. RGB value is (142,114,147). Sum of RGB (Red+Green+Blue) = 142+114+147=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E7293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7293 is #718D6C. Grayscale: #7E7E7E. Windows color (decimal): -7441773 or 9663118. OLE color: 9663118.

HSL color Cylindrical-coordinate representation of color #8E7293: hue angle of 290.91º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E7293 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB142114147-
CMYK0.030.2200.42
HSL290.91º13.25%51.18%-
HSV(B)290.91º22.45%57.65%-
XYZ22.4419.8930.26-
YUV126.13139.78139.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.24%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=35.24%
G=28.29%
B=36.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421141470.030.2200.42290.9113.2551.18
Hex8E729331602A123d33
Octal2161622233260524431563
Binary10001110111001010010011111011001010101001000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,114,147); }

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

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

 a { background-color: rgb(142,114,147); }

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

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

 span { border-color: rgb(142,114,147); }

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