#9B89A2

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

Shades of Amethyst Smoke #9B89A2

Tints of Amethyst Smoke #9B89A2

Color information

#9B89A2 (or 0x9B89A2) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 89 and A2. RGB value is (155,137,162). Sum of RGB (Red+Green+Blue) = 155+137+162=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 162 - color contains mainly: blue. Hex color #9B89A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B89A2 is #64765D. Grayscale: #919191. Windows color (decimal): -6583902 or 10652059. OLE color: 10652059.

HSL color Cylindrical-coordinate representation of color #9B89A2: hue angle of 283.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B89A2 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB155137162-
CMYK0.040.1500.36
HSL283.2º11.85%58.63%-
HSV(B)283.2º15.43%63.53%-
XYZ28.9827.4737.96-
YUV145.23137.46134.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 162 (63.67% from 255) = 35.68%
R=34.14%
G=30.18%
B=35.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551371620.040.1500.36283.211.8558.63
Hex9B89A24F02411bc3b
Octal2332112424170444331473
Binary100110111000100110100010100111101001001000110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B89A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,137,162); }

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

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

 a { background-color: rgb(155,137,162); }

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

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

 span { border-color: rgb(155,137,162); }

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