#9D89A6

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

Shades of Amethyst Smoke #9D89A6

Tints of Amethyst Smoke #9D89A6

Color information

#9D89A6 (or 0x9D89A6) is unknown color: approx Amethyst Smoke. HEX triplet: 9D, 89 and A6. RGB value is (157,137,166). Sum of RGB (Red+Green+Blue) = 157+137+166=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 166 (65.23% from 255 or 36.09% from 460); Max value from RGB is 166 - color contains mainly: blue. Hex color #9D89A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D89A6 is #627659. Grayscale: #929292. Windows color (decimal): -6452826 or 10914205. OLE color: 10914205.

HSL color Cylindrical-coordinate representation of color #9D89A6: hue angle of 281.38º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D89A6 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB157137166-
CMYK0.050.1700.35
HSL281.38º14.01%59.41%-
HSV(B)281.38º17.47%65.1%-
XYZ29.7327.8139.88-
YUV146.29139.13135.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.13%
GREEN value IS 137 (53.91% from 255) = 29.78%
BLUE value IS 166 (65.23% from 255) = 36.09%
R=34.13%
G=29.78%
B=36.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1571371660.050.1700.35281.3814.0159.41
Hex9D89A6511023119e3b
Octal2352112465210434311673
Binary1001110110001001101001101011000101000111000110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D89A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,137,166); }

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

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

 a { background-color: rgb(157,137,166); }

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

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

 span { border-color: rgb(157,137,166); }

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