#9B7AA0

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

Shades of Amethyst Smoke #9B7AA0

Tints of Amethyst Smoke #9B7AA0

Color information

#9B7AA0 (or 0x9B7AA0) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 7A and A0. RGB value is (155,122,160). Sum of RGB (Red+Green+Blue) = 155+122+160=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 160 - color contains mainly: blue. Hex color #9B7AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7AA0 is #64855F. Grayscale: #888888. Windows color (decimal): -6587744 or 10517147. OLE color: 10517147.

HSL color Cylindrical-coordinate representation of color #9B7AA0: hue angle of 292.11º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B7AA0 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB155122160-
CMYK0.030.2400.37
HSL292.11º16.67%55.29%-
HSV(B)292.11º23.75%62.75%-
XYZ26.8223.4336.37-
YUV136.2141.43141.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=35.47%
G=27.92%
B=36.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551221600.030.2400.37292.1116.6755.29
Hex9B7AA03180251241137
Octal2331722403300454442167
Binary100110111111010101000001111000010010110010010010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,122,160); }

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

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

 a { background-color: rgb(155,122,160); }

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

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

 span { border-color: rgb(155,122,160); }

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