#8F839A

Color #8F839A Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #8F839A

Tints of Amethyst Smoke #8F839A

Color information

#8F839A (or 0x8F839A) is unknown color: approx 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

RGB143131154-
CMYK0.070.1500.40
HSL271.3º10.22%55.88%-
HSV(B)271.3º14.94%60.39%-
XYZ25.2824.4133.95-
YUV137.21137.48132.13-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1431311540.070.1500.40271.310.2255.88
Hex8F839A7F02810fa38
Octal2172032327170504171270
Binary100011111000001110011010111111101010001000011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>