Html Css Color HEX #8D808E Amethyst Smoke

📋 copy color: '#8D808E'

red 141 ◦ green 128 ◦ blue 142

#8D808E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #8D808E

Tints of Amethyst Smoke #8D808E

RGB

 RED value IS 141 (55.47% from 255) = 34.31%

 GREEN value IS 128 (50.39% from 255) = 31.14%

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 34.31%
G = 31.14%
B = 34.55%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8D808E (or 0x8D808E) is known color: Amethyst Smoke. HEX triplet: 8D, 80 and 8E. RGB value is (141,128,142). Sum of RGB (Red+Green+Blue) = 141+128+142=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D808E is #727F71. Grayscale: #858585. Windows color (decimal): -7503730 or 9339021. OLE color: 9339021.

HSL color Cylindrical-coordinate representation of color #8D808E: hue angle of 295.71º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D808E is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 141 128 142 -
CMYK 0.01 0.10 0 0.44
HSL 295.71º 0.06% 0.53% -
HSV(B) 295.71º 0.1% 0.56% -
XYZ 23.59 23.05 28.8 -
YUV 133.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 141 128 142 0.01 0.10 0 0.44 295.71 0.06 0.53
Hex 8D 80 8E 1 A 0 2C 128 6 35
Octal 215 200 216 1 12 0 54 450 6 65
Binary 10001101 10000000 10001110 1 1010 0 101100 100101000 110 110101

Color Harmonies of #8D808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D808E

Black with #8D808E

Text Example


Text Example

White with #8D808E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D808E;
 }
 .AnyTagClassName
 {
   color: #8D808E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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