#9A859B

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

Shades of Amethyst Smoke #9A859B

Tints of Amethyst Smoke #9A859B

Color information

#9A859B (or 0x9A859B) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 85 and 9B. RGB value is (154,133,155). Sum of RGB (Red+Green+Blue) = 154+133+155=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A859B is #657A64. Grayscale: #8D8D8D. Windows color (decimal): -6650469 or 10192282. OLE color: 10192282.

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

Color convert

RGB154133155-
CMYK0.010.1400.39
HSL297.27º9.91%56.47%-
HSV(B)297.27º14.19%60.78%-
XYZ27.6326.0134.57-
YUV141.79135.46136.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.84%
GREEN value IS 133 (52.34% from 255) = 30.09%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=34.84%
G=30.09%
B=35.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1541331550.010.1400.39297.279.9156.47
Hex9A859B1E027129a38
Octal2322052331160474511270
Binary1001101010000101100110111111001001111001010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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