#8F8293

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

Shades of Amethyst Smoke #8F8293

Tints of Amethyst Smoke #8F8293

Color information

#8F8293 (or 0x8F8293) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 82 and 93. RGB value is (143,130,147). Sum of RGB (Red+Green+Blue) = 143+130+147=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F8293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8293 is #707D6C. Grayscale: #878787. Windows color (decimal): -7372141 or 9667215. OLE color: 9667215.

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

Color convert

RGB143130147-
CMYK0.030.1200.42
HSL285.88º7.3%54.31%-
HSV(B)285.88º11.56%57.65%-
XYZ24.5823.9130.92-
YUV135.83134.31133.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.05%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 147 (57.81% from 255) = 35%
R=34.05%
G=30.95%
B=35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431301470.030.1200.42285.887.354.31
Hex8F82933C02A11e736
Octal217202223314052436766
Binary1000111110000010100100111111000101010100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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