#8D809A

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

Shades of Amethyst Smoke #8D809A

Tints of Amethyst Smoke #8D809A

Color information

#8D809A (or 0x8D809A) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 80 and 9A. RGB value is (141,128,154). Sum of RGB (Red+Green+Blue) = 141+128+154=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D809A is #727F65. Grayscale: #868686. Windows color (decimal): -7503718 or 10125453. OLE color: 10125453.

HSL color Cylindrical-coordinate representation of color #8D809A: 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.17%. Process color model (Four color, CMYK) of #8D809A is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB141128154-
CMYK0.080.1700.40
HSL270º11.4%55.29%-
HSV(B)270º16.88%60.39%-
XYZ24.5423.4333.8-
YUV134.85138.81132.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 30.26%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=33.33%
G=30.26%
B=36.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1411281540.080.1700.4027011.455.29
Hex8D809A81102810eb37
Octal21520023210210504161367
Binary10001101100000001001101010001000101010001000011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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