Html Css Color HEX #8D8191 Amethyst Smoke

📋 copy color: '#8D8191'

red 141 ◦ green 129 ◦ blue 145

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

Shades of Amethyst Smoke #8D8191

Tints of Amethyst Smoke #8D8191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.08%

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 33.98%
G = 31.08%
B = 34.94%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8D8191 (or 0x8D8191) is known color: Amethyst Smoke. HEX triplet: 8D, 81 and 91. RGB value is (141,129,145). Sum of RGB (Red+Green+Blue) = 141+129+145=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D8191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8191 is #727E6E. Grayscale: #868686. Windows color (decimal): -7503471 or 9535885. OLE color: 9535885.

HSL color Cylindrical-coordinate representation of color #8D8191: hue angle of 285º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D8191 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 141 129 145 -
CMYK 0.03 0.11 0 0.43
HSL 285º 0.07% 0.54% -
HSV(B) 285º 0.11% 0.57% -
XYZ 23.95 23.41 30.04 -
YUV 134.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 141 129 145 0.03 0.11 0 0.43 285 0.07 0.54
Hex 8D 81 91 3 B 0 2B 11D 7 36
Octal 215 201 221 3 13 0 53 435 7 66
Binary 10001101 10000001 10010001 11 1011 0 101011 100011101 111 110110

Color Harmonies of #8D8191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8191

Black with #8D8191

Text Example


Text Example

White with #8D8191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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