#8D7993

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

Shades of Amethyst Smoke #8D7993

Tints of Amethyst Smoke #8D7993

Color information

#8D7993 (or 0x8D7993) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 79 and 93. RGB value is (141,121,147). Sum of RGB (Red+Green+Blue) = 141+121+147=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D7993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7993 is #72866C. Grayscale: #818181. Windows color (decimal): -7505517 or 9664909. OLE color: 9664909.

HSL color Cylindrical-coordinate representation of color #8D7993: hue angle of 286.15º 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 #8D7993 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB141121147-
CMYK0.040.1800.42
HSL286.15º10.74%52.55%-
HSV(B)286.15º17.69%57.65%-
XYZ23.0921.4430.53-
YUV129.94137.63135.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.47%
GREEN value IS 121 (47.66% from 255) = 29.58%
BLUE value IS 147 (57.81% from 255) = 35.94%
R=34.47%
G=29.58%
B=35.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411211470.040.1800.42286.1510.7452.55
Hex8D799341202A11eb35
Octal2151712234220524361365
Binary100011011111001100100111001001001010101000111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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