#9A7E9D

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

Shades of Amethyst Smoke #9A7E9D

Tints of Amethyst Smoke #9A7E9D

Color information

#9A7E9D (or 0x9A7E9D) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 7E and 9D. RGB value is (154,126,157). Sum of RGB (Red+Green+Blue) = 154+126+157=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A7E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7E9D is #658162. Grayscale: #898989. Windows color (decimal): -6652259 or 10321562. OLE color: 10321562.

HSL color Cylindrical-coordinate representation of color #9A7E9D: hue angle of 294.19º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A7E9D is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB154126157-
CMYK0.020.2000.38
HSL294.19º13.66%55.49%-
HSV(B)294.19º19.75%61.57%-
XYZ26.8724.2335.16-
YUV137.91138.78139.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.24%
GREEN value IS 126 (49.61% from 255) = 28.83%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=35.24%
G=28.83%
B=35.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541261570.020.2000.38294.1913.6655.49
Hex9A7E9D214026126e37
Octal2321762352240464461667
Binary10011010111111010011101101010001001101001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A7E9D; }

 p { color: rgb(154,126,157); }

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

<style>
 a { background-color: #9A7E9D; }

 a { background-color: rgb(154,126,157); }

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

<style>
 span { border-color: #9A7E9D; }

 span { border-color: rgb(154,126,157); }

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