#8F8090

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

Shades of Amethyst Smoke #8F8090

Tints of Amethyst Smoke #8F8090

Color information

#8F8090 (or 0x8F8090) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 80 and 90. RGB value is (143,128,144). Sum of RGB (Red+Green+Blue) = 143+128+144=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F8090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8090 is #707F6F. Grayscale: #868686. Windows color (decimal): -7372656 or 9470095. OLE color: 9470095.

HSL color Cylindrical-coordinate representation of color #8F8090: hue angle of 296.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8F8090 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB143128144-
CMYK0.010.1100.44
HSL296.25º6.72%53.33%-
HSV(B)296.25º11.11%56.47%-
XYZ24.0823.2929.61-
YUV134.31133.47134.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.46%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=34.46%
G=30.84%
B=34.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431281440.010.1100.44296.256.7253.33
Hex8F80901B02C128735
Octal217200220113054450765
Binary100011111000000010010000110110101100100101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,128,144); }

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

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

 a { background-color: rgb(143,128,144); }

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

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

 span { border-color: rgb(143,128,144); }

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