#8F859D

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

Shades of Amethyst Smoke #8F859D

Tints of Amethyst Smoke #8F859D

Color information

#8F859D (or 0x8F859D) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 85 and 9D. RGB value is (143,133,157). Sum of RGB (Red+Green+Blue) = 143+133+157=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F859D is #707A62. Grayscale: #8A8A8A. Windows color (decimal): -7371363 or 10323343. OLE color: 10323343.

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

Color convert

RGB143133157-
CMYK0.090.1500.38
HSL265º10.91%56.86%-
HSV(B)265º15.29%61.57%-
XYZ25.825.0535.37-
YUV138.73138.31131.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.03%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=33.03%
G=30.72%
B=36.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431331570.090.1500.3826510.9156.86
Hex8F859D9F026109b39
Octal21720523511170464111371
Binary1000111110000101100111011001111101001101000010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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