#9F90AD

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

Shades of East Side #9F90AD

Tints of East Side #9F90AD

Color information

#9F90AD (or 0x9F90AD) is unknown color: approx East Side. HEX triplet: 9F, 90 and AD. RGB value is (159,144,173). Sum of RGB (Red+Green+Blue) = 159+144+173=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F90AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F90AD is #606F52. Grayscale: #979797. Windows color (decimal): -6319955 or 11374751. OLE color: 11374751.

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

Color convert

RGB159144173-
CMYK0.080.1700.32
HSL271.03º15.03%62.16%-
HSV(B)271.03º16.76%67.84%-
XYZ31.8130.3343.71-
YUV151.79139.97133.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.40%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=33.40%
G=30.25%
B=36.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591441730.080.1700.32271.0315.0362.16
Hex9F90AD81102010ff3e
Octal23722025510210404171776
Binary10011111100100001010110110001000101000001000011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F90AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,144,173); }

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

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

 a { background-color: rgb(159,144,173); }

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

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

 span { border-color: rgb(159,144,173); }

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