#8F8095

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

Shades of Amethyst Smoke #8F8095

Tints of Amethyst Smoke #8F8095

Color information

#8F8095 (or 0x8F8095) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 80 and 95. RGB value is (143,128,149). Sum of RGB (Red+Green+Blue) = 143+128+149=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F8095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8095 is #707F6A. Grayscale: #868686. Windows color (decimal): -7372651 or 9797775. OLE color: 9797775.

HSL color Cylindrical-coordinate representation of color #8F8095: hue angle of 282.86º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8F8095 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB143128149-
CMYK0.040.1400.42
HSL282.86º9.01%54.31%-
HSV(B)282.86º14.09%58.43%-
XYZ24.4723.4531.67-
YUV134.88135.97133.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.05%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=34.05%
G=30.48%
B=35.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431281490.040.1400.42282.869.0154.31
Hex8F80954E02A11b936
Octal2172002254160524331166
Binary100011111000000010010101100111001010101000110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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