#9F84AF

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

Shades of East Side #9F84AF

Tints of East Side #9F84AF

Color information

#9F84AF (or 0x9F84AF) is unknown color: approx East Side. HEX triplet: 9F, 84 and AF. RGB value is (159,132,175). Sum of RGB (Red+Green+Blue) = 159+132+175=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F84AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F84AF is #607B50. Grayscale: #909090. Windows color (decimal): -6323025 or 11502751. OLE color: 11502751.

HSL color Cylindrical-coordinate representation of color #9F84AF: hue angle of 277.67º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F84AF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB159132175-
CMYK0.090.2500.31
HSL277.67º21.18%60.2%-
HSV(B)277.67º24.57%68.63%-
XYZ30.2926.9744.17-
YUV144.98144.95138-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.12%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=34.12%
G=28.33%
B=37.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591321750.090.2500.31277.6721.1860.2
Hex9F84AF91901F116153c
Octal23720425711310374262574
Binary10011111100001001010111110011100101111110001011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F84AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,132,175); }

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

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

 a { background-color: rgb(159,132,175); }

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

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

 span { border-color: rgb(159,132,175); }

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