#9A93AD

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

Shades of Grey Suit #9A93AD

Tints of Grey Suit #9A93AD

Color information

#9A93AD (or 0x9A93AD) is unknown color: approx Grey Suit. HEX triplet: 9A, 93 and AD. RGB value is (154,147,173). Sum of RGB (Red+Green+Blue) = 154+147+173=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A93AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A93AD is #656C52. Grayscale: #979797. Windows color (decimal): -6646867 or 11375514. OLE color: 11375514.

HSL color Cylindrical-coordinate representation of color #9A93AD: hue angle of 256.15º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9A93AD is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB154147173-
CMYK0.110.1500.32
HSL256.15º13.68%62.75%-
HSV(B)256.15º15.03%67.84%-
XYZ31.330.7543.82-
YUV152.06139.82129.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.49%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=32.49%
G=31.01%
B=36.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541471730.110.1500.32256.1513.6862.75
Hex9A93ADBF020100e3f
Octal23222325513170404001677
Binary1001101010010011101011011011111101000001000000001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,147,173); }

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

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

 a { background-color: rgb(154,147,173); }

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

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

 span { border-color: rgb(154,147,173); }

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