Html Css Color HEX #8D8291 Amethyst Smoke

📋 copy color: '#8D8291'

red 141 ◦ green 130 ◦ blue 145

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

Shades of Amethyst Smoke #8D8291

Tints of Amethyst Smoke #8D8291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.25%

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

R = 33.89%
G = 31.25%
B = 34.86%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8D8291 (or 0x8D8291) is known color: Amethyst Smoke. HEX triplet: 8D, 82 and 91. RGB value is (141,130,145). Sum of RGB (Red+Green+Blue) = 141+130+145=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D8291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8291 is #727D6E. Grayscale: #868686. Windows color (decimal): -7503215 or 9536141. OLE color: 9536141.

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

Color convert

RGB 141 130 145 -
CMYK 0.03 0.10 0 0.43
HSL 284º 0.06% 0.54% -
HSV(B) 284º 0.1% 0.57% -
XYZ 24.08 23.67 30.09 -
YUV 135 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 141 130 145 0.03 0.10 0 0.43 284 0.06 0.54
Hex 8D 82 91 3 A 0 2B 11C 6 36
Octal 215 202 221 3 12 0 53 434 6 66
Binary 10001101 10000010 10010001 11 1010 0 101011 100011100 110 110110

Color Harmonies of #8D8291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8291

Black with #8D8291

Text Example


Text Example

White with #8D8291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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