#9A7F9B

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

Shades of Amethyst Smoke #9A7F9B

Tints of Amethyst Smoke #9A7F9B

Color information

#9A7F9B (or 0x9A7F9B) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 7F and 9B. RGB value is (154,127,155). Sum of RGB (Red+Green+Blue) = 154+127+155=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A7F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7F9B is #658064. Grayscale: #8A8A8A. Windows color (decimal): -6652005 or 10190746. OLE color: 10190746.

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

Color convert

RGB154127155-
CMYK0.010.1800.39
HSL297.86º12.28%55.29%-
HSV(B)297.86º18.06%60.78%-
XYZ26.8324.4234.31-
YUV138.26137.45139.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.32%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=35.32%
G=29.13%
B=35.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541271550.010.1800.39297.8612.2855.29
Hex9A7F9B11202712ac37
Octal2321772331220474521467
Binary1001101011111111001101111001001001111001010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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