#9A8BAA

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

Shades of Amethyst Smoke #9A8BAA

Tints of Amethyst Smoke #9A8BAA

Color information

#9A8BAA (or 0x9A8BAA) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 8B and AA. RGB value is (154,139,170). Sum of RGB (Red+Green+Blue) = 154+139+170=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A8BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8BAA is #657455. Grayscale: #929292. Windows color (decimal): -6648918 or 11176858. OLE color: 11176858.

HSL color Cylindrical-coordinate representation of color #9A8BAA: hue angle of 269.03º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A8BAA is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154139170-
CMYK0.090.1800.33
HSL269.03º15.42%60.59%-
HSV(B)269.03º18.24%66.67%-
XYZ29.8128.2441.91-
YUV147.02140.97132.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.26%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=33.26%
G=30.02%
B=36.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541391700.090.1800.33269.0315.4260.59
Hex9A8BAA91202110df3d
Octal23221325211220414151775
Binary10011010100010111010101010011001001000011000011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,139,170); }

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

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

 a { background-color: rgb(154,139,170); }

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

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

 span { border-color: rgb(154,139,170); }

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