#8D8199

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

Shades of Amethyst Smoke #8D8199

Tints of Amethyst Smoke #8D8199

Color information

#8D8199 (or 0x8D8199) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 81 and 99. RGB value is (141,129,153). Sum of RGB (Red+Green+Blue) = 141+129+153=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D8199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8199 is #727E66. Grayscale: #878787. Windows color (decimal): -7503463 or 10060173. OLE color: 10060173.

HSL color Cylindrical-coordinate representation of color #8D8199: hue angle of 270º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D8199 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB141129153-
CMYK0.080.1600.4
HSL270º10.53%55.29%-
HSV(B)270º15.69%60%-
XYZ24.5823.6633.41-
YUV135.32137.98132.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=33.33%
G=30.50%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1411291530.080.1600.427010.5355.29
Hex8D819981002810eb37
Octal21520123110200504161367
Binary10001101100000011001100110001000001010001000011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,129,153); }

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

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

 a { background-color: rgb(141,129,153); }

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

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

 span { border-color: rgb(141,129,153); }

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