#8F7F9B

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

Shades of Amethyst Smoke #8F7F9B

Tints of Amethyst Smoke #8F7F9B

Color information

#8F7F9B (or 0x8F7F9B) is unknown color: approx Amethyst Smoke. HEX triplet: 8F, 7F and 9B. RGB value is (143,127,155). Sum of RGB (Red+Green+Blue) = 143+127+155=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F7F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7F9B is #708064. Grayscale: #868686. Windows color (decimal): -7372901 or 10190735. OLE color: 10190735.

HSL color Cylindrical-coordinate representation of color #8F7F9B: hue angle of 274.29º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F7F9B is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB143127155-
CMYK0.080.1800.39
HSL274.29º12.28%55.29%-
HSV(B)274.29º18.06%60.78%-
XYZ24.8323.3834.22-
YUV134.98139.3133.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.65%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=33.65%
G=29.88%
B=36.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431271550.080.1800.39274.2912.2855.29
Hex8F7F9B812027112c37
Octal21717723310220474221467
Binary1000111111111111001101110001001001001111000100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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