#9B93AA

Color #9B93AA Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #9B93AA

Tints of Grey Suit #9B93AA

Color information

#9B93AA (or 0x9B93AA) is unknown color: approx Grey Suit. HEX triplet: 9B, 93 and AA. RGB value is (155,147,170). Sum of RGB (Red+Green+Blue) = 155+147+170=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B93AA is #646C55. Grayscale: #979797. Windows color (decimal): -6581334 or 11178907. OLE color: 11178907.

HSL color Cylindrical-coordinate representation of color #9B93AA: hue angle of 260.87º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B93AA is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155147170-
CMYK0.090.1400.33
HSL260.87º11.92%62.16%-
HSV(B)260.87º13.53%66.67%-
XYZ31.2130.7442.32-
YUV152.01138.15130.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 147 (57.81% from 255) = 31.14%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=32.84%
G=31.14%
B=36.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551471700.090.1400.33260.8711.9262.16
Hex9B93AA9E021105c3e
Octal23322325211160414051476
Binary1001101110010011101010101001111001000011000001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,147,170); }

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

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

 a { background-color: rgb(155,147,170); }

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

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

 span { border-color: rgb(155,147,170); }

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