#8D7493

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

Shades of Amethyst Smoke #8D7493

Tints of Amethyst Smoke #8D7493

Color information

#8D7493 (or 0x8D7493) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 74 and 93. RGB value is (141,116,147). Sum of RGB (Red+Green+Blue) = 141+116+147=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D7493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7493 is #728B6C. Grayscale: #7E7E7E. Windows color (decimal): -7506797 or 9663629. OLE color: 9663629.

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

Color convert

RGB141116147-
CMYK0.040.2100.42
HSL288.39º12.55%51.57%-
HSV(B)288.39º21.09%57.65%-
XYZ22.520.2630.33-
YUV127.01139.28137.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 116 (45.70% from 255) = 28.71%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=34.90%
G=28.71%
B=36.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411161470.040.2100.42288.3912.5551.57
Hex8D749341502A120d34
Octal2151642234250524401564
Binary100011011110100100100111001010101010101001000001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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