#9F93AA

Color #9F93AA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #9F93AA

Tints of East Side #9F93AA

Color information

#9F93AA (or 0x9F93AA) is unknown color: approx East Side. HEX triplet: 9F, 93 and AA. RGB value is (159,147,170). Sum of RGB (Red+Green+Blue) = 159+147+170=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F93AA is #606C55. Grayscale: #999999. Windows color (decimal): -6319190 or 11178911. OLE color: 11178911.

HSL color Cylindrical-coordinate representation of color #9F93AA: hue angle of 271.3º 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 #9F93AA is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB159147170-
CMYK0.060.1400.33
HSL271.3º11.92%62.16%-
HSV(B)271.3º13.53%66.67%-
XYZ31.9931.1442.36-
YUV153.21137.48132.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.40%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=33.40%
G=30.88%
B=35.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591471700.060.1400.33271.311.9262.16
Hex9F93AA6E02110fc3e
Octal2372232526160414171476
Binary100111111001001110101010110111001000011000011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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