#9F91AD

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

Shades of East Side #9F91AD

Tints of East Side #9F91AD

Color information

#9F91AD (or 0x9F91AD) is unknown color: approx East Side. HEX triplet: 9F, 91 and AD. RGB value is (159,145,173). Sum of RGB (Red+Green+Blue) = 159+145+173=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F91AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F91AD is #606E52. Grayscale: #989898. Windows color (decimal): -6319699 or 11375007. OLE color: 11375007.

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

Color convert

RGB159145173-
CMYK0.080.1600.32
HSL270º14.58%62.35%-
HSV(B)270º16.18%67.84%-
XYZ31.9730.6443.76-
YUV152.38139.64132.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=33.33%
G=30.40%
B=36.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591451730.080.1600.3227014.5862.35
Hex9F91AD81002010ef3e
Octal23722125510200404161776
Binary10011111100100011010110110001000001000001000011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F91AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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