#9A7D9B

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

Shades of Amethyst Smoke #9A7D9B

Tints of Amethyst Smoke #9A7D9B

Color information

#9A7D9B (or 0x9A7D9B) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 7D and 9B. RGB value is (154,125,155). Sum of RGB (Red+Green+Blue) = 154+125+155=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A7D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7D9B is #658264. Grayscale: #898989. Windows color (decimal): -6652517 or 10190234. OLE color: 10190234.

HSL color Cylindrical-coordinate representation of color #9A7D9B: hue angle of 298º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7D9B is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB154125155-
CMYK0.010.1900.39
HSL298º13.04%54.9%-
HSV(B)298º19.35%60.78%-
XYZ26.5823.934.22-
YUV137.09138.11140.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.48%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=35.48%
G=28.80%
B=35.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541251550.010.1900.3929813.0454.9
Hex9A7D9B11302712ad37
Octal2321752331230474521567
Binary1001101011111011001101111001101001111001010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,125,155); }

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

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

 a { background-color: rgb(154,125,155); }

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

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

 span { border-color: rgb(154,125,155); }

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