#8D809C

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

Shades of Amethyst Smoke #8D809C

Tints of Amethyst Smoke #8D809C

Color information

#8D809C (or 0x8D809C) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 80 and 9C. RGB value is (141,128,156). Sum of RGB (Red+Green+Blue) = 141+128+156=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D809C is #727F63. Grayscale: #868686. Windows color (decimal): -7503716 or 10256525. OLE color: 10256525.

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

Color convert

RGB141128156-
CMYK0.100.1800.39
HSL267.86º12.39%55.69%-
HSV(B)267.86º17.95%61.18%-
XYZ24.723.534.69-
YUV135.08139.81132.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=33.18%
G=30.12%
B=36.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411281560.100.1800.39267.8612.3955.69
Hex8D809CA1202710cc38
Octal21520023412220474141470
Binary10001101100000001001110010101001001001111000011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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