#9F9CA9

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

Shades of Spun Pearl #9F9CA9

Tints of Spun Pearl #9F9CA9

Color information

#9F9CA9 (or 0x9F9CA9) is unknown color: approx Spun Pearl. HEX triplet: 9F, 9C and A9. RGB value is (159,156,169). Sum of RGB (Red+Green+Blue) = 159+156+169=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 169 - color contains mainly: blue. Hex color #9F9CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9CA9 is #606356. Grayscale: #9E9E9E. Windows color (decimal): -6316887 or 11115679. OLE color: 11115679.

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

Color convert

RGB159156169-
CMYK0.060.0800.34
HSL253.85º7.03%63.73%-
HSV(B)253.85º7.69%66.27%-
XYZ33.3534.0142.34-
YUV158.38133.99128.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.85%
GREEN value IS 156 (61.33% from 255) = 32.23%
BLUE value IS 169 (66.41% from 255) = 34.92%
R=32.85%
G=32.23%
B=34.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1591561690.060.0800.34253.857.0363.73
Hex9F9CA968022fe740
Octal2372342516100423767100
Binary10011111100111001010100111010000100010111111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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