#8F829F

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

Shades of Amethyst Smoke #8F829F

Tints of Amethyst Smoke #8F829F

Color information

#8F829F (or 0x8F829F) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 82 and 9F. RGB value is (143,130,159). Sum of RGB (Red+Green+Blue) = 143+130+159=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F829F is #707D60. Grayscale: #898989. Windows color (decimal): -7372129 or 10453647. OLE color: 10453647.

HSL color Cylindrical-coordinate representation of color #8F829F: hue angle of 266.9º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F829F is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB143130159-
CMYK0.100.1800.38
HSL266.9º13.12%56.67%-
HSV(B)266.9º18.24%62.35%-
XYZ25.5724.3136.15-
YUV137.19140.31132.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 159 (62.5% from 255) = 36.81%
R=33.10%
G=30.09%
B=36.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431301590.100.1800.38266.913.1256.67
Hex8F829FA1202610bd39
Octal21720223712220464131571
Binary10001111100000101001111110101001001001101000010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,130,159); }

 H1.HeaderClassName
 {
   color: #8F829F;
 }
 .AnyTagClassName
 {
   color: #8F829F;
 }
</style>
background-color css

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

 a { background-color: rgb(143,130,159); }

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

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

 span { border-color: rgb(143,130,159); }

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