Html Css Color HEX #8F839D Amethyst Smoke

📋 copy color: '#8F839D'

red 143 ◦ green 131 ◦ blue 157

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

Shades of Amethyst Smoke #8F839D

Tints of Amethyst Smoke #8F839D

RGB

 RED value IS 143 (56.25% from 255) = 33.18%

 GREEN value IS 131 (51.56% from 255) = 30.39%

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 33.18%
G = 30.39%
B = 36.43%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F839D (or 0x8F839D) is known color: Amethyst Smoke. HEX triplet: 8F, 83 and 9D. RGB value is (143,131,157). Sum of RGB (Red+Green+Blue) = 143+131+157=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F839D is #707C62. Grayscale: #898989. Windows color (decimal): -7371875 or 10322831. OLE color: 10322831.

HSL color Cylindrical-coordinate representation of color #8F839D: hue angle of 267.69º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F839D is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 131 157 -
CMYK 0.09 0.17 0 0.38
HSL 267.69º 0.12% 0.56% -
HSV(B) 267.69º 0.17% 0.62% -
XYZ 25.53 24.51 35.28 -
YUV 137.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 143 131 157 0.09 0.17 0 0.38 267.69 0.12 0.56
Hex 8F 83 9D 9 11 0 26 10C C 38
Octal 217 203 235 11 21 0 46 414 14 70
Binary 10001111 10000011 10011101 1001 10001 0 100110 100001100 1100 111000

Color Harmonies of #8F839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F839D

Black with #8F839D

Text Example


Text Example

White with #8F839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,131,157); }

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

background-color css

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

 a { background-color: rgb(143,131,157); }

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

border-color css

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

 span { border-color: rgb(143,131,157); }

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