#8E7993

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

Shades of Amethyst Smoke #8E7993

Tints of Amethyst Smoke #8E7993

Color information

#8E7993 (or 0x8E7993) is unknown color: approx Amethyst Smoke. HEX triplet: 8E, 79 and 93. RGB value is (142,121,147). Sum of RGB (Red+Green+Blue) = 142+121+147=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E7993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7993 is #71866C. Grayscale: #828282. Windows color (decimal): -7439981 or 9664910. OLE color: 9664910.

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

Color convert

RGB142121147-
CMYK0.030.1800.42
HSL288.46º10.74%52.55%-
HSV(B)288.46º17.69%57.65%-
XYZ23.2621.5330.53-
YUV130.24137.46136.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.63%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=34.63%
G=29.51%
B=35.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421211470.030.1800.42288.4610.7452.55
Hex8E799331202A120b35
Octal2161712233220524401365
Binary10001110111100110010011111001001010101001000001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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