#8D7F9B

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

Shades of Amethyst Smoke #8D7F9B

Tints of Amethyst Smoke #8D7F9B

Color information

#8D7F9B (or 0x8D7F9B) is unknown color: approx Amethyst Smoke. HEX triplet: 8D, 7F and 9B. RGB value is (141,127,155). Sum of RGB (Red+Green+Blue) = 141+127+155=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D7F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7F9B is #728064. Grayscale: #868686. Windows color (decimal): -7503973 or 10190733. OLE color: 10190733.

HSL color Cylindrical-coordinate representation of color #8D7F9B: hue angle of 270º 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 #8D7F9B is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB141127155-
CMYK0.090.1800.39
HSL270º12.28%55.29%-
HSV(B)270º18.06%60.78%-
XYZ24.4923.2134.2-
YUV134.38139.64132.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=33.33%
G=30.02%
B=36.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411271550.090.1800.3927012.2855.29
Hex8D7F9B91202710ec37
Octal21517723311220474161467
Binary1000110111111111001101110011001001001111000011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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