#9F9FA9

Color #9F9FA9 Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #9F9FA9

Tints of Spun Pearl #9F9FA9

Color information

#9F9FA9 (or 0x9F9FA9) is unknown color: approx Spun Pearl. HEX triplet: 9F, 9F and A9. RGB value is (159,159,169). Sum of RGB (Red+Green+Blue) = 159+159+169=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 169 - color contains mainly: blue. Hex color #9F9FA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9FA9 is #606056. Grayscale: #A0A0A0. Windows color (decimal): -6316119 or 11116447. OLE color: 11116447.

HSL color Cylindrical-coordinate representation of color #9F9FA9: hue angle of 240º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9F9FA9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB159159169-
CMYK0.060.0600.34
HSL240º5.49%64.31%-
HSV(B)240º5.92%66.27%-
XYZ33.8635.0342.51-
YUV160.14133127.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.65%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=32.65%
G=32.65%
B=34.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1591591690.060.0600.342405.4964.31
Hex9F9FA966022f0540
Octal237237251660423605100
Binary1001111110011111101010011101100100010111100001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,159,169); }

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

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

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

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

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

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

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