#8D809B

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

Shades of Amethyst Smoke #8D809B

Tints of Amethyst Smoke #8D809B

Color information

#8D809B (or 0x8D809B) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 80 and 9B. RGB value is (141,128,155). Sum of RGB (Red+Green+Blue) = 141+128+155=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D809B is #727F64. Grayscale: #868686. Windows color (decimal): -7503717 or 10190989. OLE color: 10190989.

HSL color Cylindrical-coordinate representation of color #8D809B: hue angle of 268.89º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D809B is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB141128155-
CMYK0.090.1700.39
HSL268.89º11.89%55.49%-
HSV(B)268.89º17.42%60.78%-
XYZ24.6223.4734.24-
YUV134.96139.31132.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.25%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 155 (60.94% from 255) = 36.56%
R=33.25%
G=30.19%
B=36.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411281550.090.1700.39268.8911.8955.49
Hex8D809B91102710dc37
Octal21520023311210474151467
Binary10001101100000001001101110011000101001111000011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,128,155); }

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

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

 a { background-color: rgb(141,128,155); }

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

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

 span { border-color: rgb(141,128,155); }

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