#8F7F93

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

Shades of Amethyst Smoke #8F7F93

Tints of Amethyst Smoke #8F7F93

Color information

#8F7F93 (or 0x8F7F93) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 7F and 93. RGB value is (143,127,147). Sum of RGB (Red+Green+Blue) = 143+127+147=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F7F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7F93 is #70806C. Grayscale: #868686. Windows color (decimal): -7372909 or 9666447. OLE color: 9666447.

HSL color Cylindrical-coordinate representation of color #8F7F93: hue angle of 288º degrees, saturation: 0.08, 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 #8F7F93 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB143127147-
CMYK0.030.1400.42
HSL288º8.47%53.73%-
HSV(B)288º13.61%57.65%-
XYZ24.1823.1230.79-
YUV134.06135.3134.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.29%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=34.29%
G=30.46%
B=35.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431271470.030.1400.422888.4753.73
Hex8F7F933E02A120836
Octal2171772233160524401066
Binary1000111111111111001001111111001010101001000001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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