Html Css Color HEX #8F839A Amethyst Smoke

📋 copy color: '#8F839A'

red 143 ◦ green 131 ◦ blue 154

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

Shades of Amethyst Smoke #8F839A

Tints of Amethyst Smoke #8F839A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.98%

R = 33.41%
G = 30.61%
B = 35.98%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8F839A (or 0x8F839A) is known color: Amethyst Smoke. HEX triplet: 8F, 83 and 9A. RGB value is (143,131,154). Sum of RGB (Red+Green+Blue) = 143+131+154=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F839A is #707C65. Grayscale: #898989. Windows color (decimal): -7371878 or 10126223. OLE color: 10126223.

HSL color Cylindrical-coordinate representation of color #8F839A: hue angle of 271.3º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F839A is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 131 154 -
CMYK 0.07 0.15 0 0.40
HSL 271.3º 0.1% 0.56% -
HSV(B) 271.3º 0.15% 0.6% -
XYZ 25.28 24.41 33.95 -
YUV 137.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 143 131 154 0.07 0.15 0 0.40 271.3 0.1 0.56
Hex 8F 83 9A 7 F 0 28 10F A 38
Octal 217 203 232 7 17 0 50 417 12 70
Binary 10001111 10000011 10011010 111 1111 0 101000 100001111 1010 111000

Color Harmonies of #8F839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F839A

Black with #8F839A

Text Example


Text Example

White with #8F839A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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